Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
CodeQL library for JavaScript/TypeScript
codeql/javascript-all 2.6.3 (changelog, source)

Predicate signature Make::DataFlowIntegrationInputSig::ssaDefHasSource

Holds if def has some form of input flow. For example, the right-hand side of an assignment or a parameter of an SSA entry definition.

For such definitions, a flow step is added from a synthetic node representing the source to the definition.

signature predicate ssaDefHasSource(WriteDefinition def)