Structs§
Enums§
Functions§
- build_
property_ graph - Build the property graph from the proven graph_index extractor (#682.1).
- open_
best_ effort - Open an already-built graph, kicking off a one-shot background build when the
property graph is not fully populated so the next call is fast. Returns
Noneon this call when nothing is ready yet. Best-effort callers (dashboards, context gate, stats,ctx_graph) use this; callers that need a graph right now useopen_or_build, which builds synchronously instead. - open_
or_ build