MCPcopy Create free account
hub / github.com/diillson/chatcli / RulesCount

Method RulesCount

cli/coder/policy_manager.go:464–468  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

462}
463
464func (pm *PolicyManager) RulesCount() int {
465 pm.mu.RLock()
466 defer pm.mu.RUnlock()
467 return len(pm.Rules)
468}
469
470func (pm *PolicyManager) LastMatchedRule() (Rule, bool) {
471 pm.mu.RLock()

Callers 2

configSecurityReloadMethod · 0.95
renderCoderPolicyMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected