MCPcopy Create free account
hub / github.com/Macmod/godap / Delete

Method Delete

tui/cache.go:15–19  ·  view source on GitHub ↗
(key string)

Source from the content-addressed store, hash-verified

13}
14
15func (sc *EntryCache) Delete(key string) {
16 sc.lock.Lock()
17 delete(sc.entries, key)
18 sc.lock.Unlock()
19}
20
21func (sc *EntryCache) Clear() {
22 sc.lock.Lock()

Callers 8

unloadChildrenFunction · 0.80
handleAttrsKeyDeleteFunction · 0.80
handleAttrsKeyCtrlNFunction · 0.80
attrsPanelKeyHandlerFunction · 0.80
treePanelKeyHandlerFunction · 0.80
RemoveMemberFromGroupMethod · 0.80
DeleteAttributeMethod · 0.80
DeleteAttributeValuesMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected