Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/wavetermdev/waveterm
/ GetAppMeta
Method
GetAppMeta
tsunami/engine/clientimpl.go:409–413 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
407
}
408
409
func
(c *ClientImpl) GetAppMeta() AppMeta {
410
c.Lock.Lock()
411
defer
c.Lock.Unlock()
412
return
c.Meta
413
}
414
415
func
(c *ClientImpl) SetAppMeta(m AppMeta) {
416
c.Lock.Lock()
Callers
4
makeBackendOpts
Method · 0.95
GetAppManifest
Method · 0.95
SetTitle
Function · 0.80
SetShortDesc
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected