MCPcopy Index your code
hub / github.com/wavetermdev/waveterm / SetAppMeta

Method SetAppMeta

tsunami/engine/clientimpl.go:415–419  ·  view source on GitHub ↗
(m AppMeta)

Source from the content-addressed store, hash-verified

413}
414
415func (c *ClientImpl) SetAppMeta(m AppMeta) {
416 c.Lock.Lock()
417 defer c.Lock.Unlock()
418 c.Meta = m
419}
420
421// addModalToMap adds a modal to the map and returns the result channel
422func (c *ClientImpl) addModalToMap(config rpctypes.ModalConfig) chan bool {

Callers 3

SetAppMetaFunction · 0.80
SetTitleFunction · 0.80
SetShortDescFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected