Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
CodeQL library for Ruby
codeql/ruby-all 4.1.6 (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)