pub fn includes_feature(active_id: &str, type_code: &str) -> boolExpand description
Whether a catalogue entry belongs in workbench active_id’s feature-creation
UI. The ONE entry point the palette + context-offer filters call: builds a
FeatureInfo from the feature type_code and runs the resolved workbench’s
predicate (each workbench file owns its classification off the code).