Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/wavetermdev/waveterm
/ RegisterAppInitFn
Method
RegisterAppInitFn
tsunami/engine/clientimpl.go:198–200 ·
view source on GitHub ↗
(fn func() error)
Source
from the content-addressed store, hash-verified
196
}
197
198
func
(c *ClientImpl) RegisterAppInitFn(fn
func
() error) {
199
c.AppInitFn = fn
200
}
201
202
func
(c *ClientImpl) RunMain() {
203
err := c.runMainE()
Callers
1
RegisterAppInitFn
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected