lsp_core::prelude::systems

Function derive_shapes

Source
pub fn derive_shapes(
    query: Query<'_, '_, (Entity, &RopeC, &Label, Option<&Wrapped<CompiledSchema<RdfData>>>), (Changed<Triples>, Without<Dirty>)>,
    commands: Commands<'_, '_>,
)