Skip to main content

resolve_scope

Function resolve_scope 

Source
pub fn resolve_scope(
    _req: &KernelRequest,
    _caller: &PrincipalId,
) -> AuthorityScope
Expand description

Return the authority scope the caller is exercising for req.

Currently always returns AuthorityScope::Self_ because no KernelRequest variant carries a target_principal field yet.