MCPcopy 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
198func (c *ClientImpl) RegisterAppInitFn(fn func() error) {
199 c.AppInitFn = fn
200}
201
202func (c *ClientImpl) RunMain() {
203 err := c.runMainE()

Callers 1

RegisterAppInitFnFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected