MCPcopy Index your code
hub / github.com/wavetermdev/waveterm / init

Function init

pkg/wstore/wstore.go:15–19  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

13)
14
15func init() {
16 for _, rtype := range waveobj.AllWaveObjTypes() {
17 waveobj.RegisterType(rtype)
18 }
19}
20
21var (
22 clientIdLock sync.Mutex

Callers

nothing calls this directly

Calls 2

AllWaveObjTypesFunction · 0.92
RegisterTypeFunction · 0.92

Tested by

no test coverage detected