pub fn extract_hostcall_surface(
intent: &IntentGraph,
) -> HashSet<HostcallCategory>Expand description
Extract hostcall categories from an intent graph.
Maps IntentSignals to the hostcall categories they exercise at runtime.
This provides a static approximation of the extension’s hostcall surface.