Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/pydio/cells
/ Clear
Function
Clear
common/runtime/plugins.go:68–74 ·
view source on GitHub ↗
(typ string)
Source
from the content-addressed store, hash-verified
66
}
67
68
func
Clear(typ string) {
69
innLock.Lock()
70
defer
innLock.Unlock()
71
for
_, t :=
range
strings.Split(typ,
","
) {
72
delete(initializers, t)
73
}
74
}
Callers
1
DSNtoContextDAO
Function · 0.92
Calls
2
Lock
Method · 0.65
Unlock
Method · 0.65
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…