Method ScopeOf
ScopeOf(string)
The transitive closure of RefsOf(string) - every address that should be resident before
address is used, the asset itself included (BFS order, root first). Cycle-safe.
This is the "scope" a preload stage declares: the catalogue stores the edges and the closure is derived, which is why the data stays small. Returns an empty list when the address is not catalogued.
public static List<string> ScopeOf(string address)
Parameters
addressstring