MCPcopy 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
68func 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

DSNtoContextDAOFunction · 0.92

Calls 2

LockMethod · 0.65
UnlockMethod · 0.65

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…