Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
15
func
(sc *EntryCache) Delete(key string) {
16
sc.lock.Lock()
17
delete(sc.entries, key)
18
sc.lock.Unlock()
19
}
20
21
func
(sc *EntryCache) Clear() {
22
sc.lock.Lock()
Callers
8
unloadChildren
Function · 0.80
handleAttrsKeyDelete
Function · 0.80
handleAttrsKeyCtrlN
Function · 0.80
attrsPanelKeyHandler
Function · 0.80
treePanelKeyHandler
Function · 0.80
RemoveMemberFromGroup
Method · 0.80
DeleteAttribute
Method · 0.80
DeleteAttributeValues
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected