Function lkq_space

Source
pub fn lkq_space(
    space_expr: &str,
    stmnts: &dyn Stmnts,
    scope: &dyn LkEnv,
) -> LkResult<LkQuery>
Expand description

Create a query form a space_expr i.e. domain:group:/path The domain and group resolve to [crate::thread_local] variants if not supplied. i.e. “::/path” The path matches the exact path. alternatively use “::/my/path//*” for all matches, or you can be more specific such as “::/my/path//././?” for matches starting with /my/path and 4 or 5 parts. */