Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
15
func
init() {
16
for
_, rtype :=
range
waveobj.AllWaveObjTypes() {
17
waveobj.RegisterType(rtype)
18
}
19
}
20
21
var
(
22
clientIdLock sync.Mutex
Callers
nothing calls this directly
Calls
2
AllWaveObjTypes
Function · 0.92
RegisterType
Function · 0.92
Tested by
no test coverage detected