ReadonlyassumeReadonlyconfigthe config keys the entry declares
Optional ReadonlyevalBuiltInEvalName value, when the entry folds calls to a constant
ReadonlykindOptional Readonlynamespacethe package the entry names it under, e.g. stats for sd; undefined for an unqualified entry like most of base
Optional ReadonlyprocessorBuiltInProcName value, for a function entry
ReadonlytagsSemanticCallTag values the entry's config states, empty when it states none
flowR's own modeling of one built-in entry naming a function, read off the built-in definitions the analyzer registered (see ReadOnlyFlowrAnalyzerEnvironmentContext#builtInDefinitions). Raw config values are not surfaced as-is - some carry closures (
ignoreIf,hasUnknownSideEffects), which are not meaningful to a query consumer - so only their keys are.