MCPcopy Create free account
hub / github.com/AI45Lab/Code / is_empty

Method is_empty

core/src/permissions/manager.rs:14–16  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

12
13impl MatchingRules {
14 pub fn is_empty(&self) -> bool {
15 self.deny.is_empty() && self.allow.is_empty() && self.ask.is_empty()
16 }
17}
18
19/// Permission manager that handles per-session permissions

Callers 5

has_deadlockMethod · 0.45
progressMethod · 0.45
parse_plan_responseMethod · 0.45
completeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected