MCPcopy Create free account
hub / github.com/GongShichen/LuminaCode / ClearForScope

Method ClearForScope

skills/persistence.go:141–149  ·  view source on GitHub ↗
(agentScope string)

Source from the content-addressed store, hash-verified

139}
140
141func (p *SkillPersistence) ClearForScope(agentScope string) {
142 if p == nil {
143 return
144 }
145 p.mu.Lock()
146 defer p.mu.Unlock()
147 delete(p.records, agentScope)
148 delete(p.order, agentScope)
149}
150
151func (p *SkillPersistence) ClearAll() {
152 if p == nil {

Callers 1

ExecuteForkMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected