pub async fn introspect_spec_resolved(
catalog: &ContentCatalog,
spec_id: SpecId,
resolver: &DynDataResolver<'_>,
) -> Result<SpecIntrospection, ApplicationError>Expand description
Resolve a spec’s game data and return its complete introspection snapshot.