Skip to main content

probe_plugin_actions

Function probe_plugin_actions 

Source
pub fn probe_plugin_actions(
    manifest: &PluginManifest,
    contribution: &PluginActionContribution,
    context: &PluginActionContext,
) -> Result<Vec<PluginActionMetadata>>
Expand description

Blocking probe convenience for worker threads and headless callers. GUI code should run this away from the render thread or use the spawn/parse pair.