Skip to main content

supports

Function supports 

Source
pub async fn supports(registry: &Arc<A2uiRegistry>, schema_id: &str) -> bool
Expand description

Whether a specific schema is registered.

Cheaper than list when a caller only needs to answer “can this runtime render X?” before emitting an artifact that would otherwise fail closed.