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

Method ActivePolicyPath

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

Source from the content-addressed store, hash-verified

444}
445
446func (pm *PolicyManager) ActivePolicyPath() string {
447 pm.mu.RLock()
448 defer pm.mu.RUnlock()
449 return pm.configPath
450}
451
452func (pm *PolicyManager) LocalPolicyPath() string {
453 pm.mu.RLock()

Callers 3

renderCoderPolicyMethod · 0.95
configSecurityAddMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected