enum
Noir::LocatorKey::Lifecycle
Defined in:
models/locator_key.crEnum Members
-
DetectScoped =
0 -
Written by the detector pass for the analyzers to drain. Cleared at the top of
detect_techs, before the first file is walked. -
AnalyzeScoped =
1 -
Written and read within one analysis pass. Cleared at the top of
analysis_endpoints. -
Process =
2 -
Never cleared automatically; only
CodeLocator#clear_alldrops it. For slots a library caller owns the lifetime of.
Instance Method Summary
-
#analyze_scoped?
Returns
trueif this enum value equalsAnalyzeScoped -
#detect_scoped?
Returns
trueif this enum value equalsDetectScoped -
#process?
Returns
trueif this enum value equalsProcess