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

Method LocalPolicyPath

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

Source from the content-addressed store, hash-verified

450}
451
452func (pm *PolicyManager) LocalPolicyPath() string {
453 pm.mu.RLock()
454 defer pm.mu.RUnlock()
455 return pm.localPath
456}
457
458func (pm *PolicyManager) LocalMergeEnabled() bool {
459 pm.mu.RLock()

Callers 2

renderCoderPolicyMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected