MCPcopy
hub / github.com/wavetermdev/waveterm / TsunamiController

Struct TsunamiController

pkg/blockcontroller/tsunamicontroller.go:39–50  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

37}
38
39type TsunamiController struct {
40 blockId string
41 tabId string
42 connName string
43 runLock sync.Mutex
44 tsunamiProc *TsunamiAppProc
45 statusLock sync.Mutex
46 status string
47 versionTs utilds.VersionTs
48 exitCode int
49 port int
50}
51
52func (c *TsunamiController) setManifestMetadata(appId string) {
53 manifest, err := waveappstore.ReadAppManifest(appId)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected