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

Function SetAppMeta

tsunami/app/defaultclient.go:175–179  ·  view source on GitHub ↗
(meta AppMeta)

Source from the content-addressed store, hash-verified

173}
174
175func SetAppMeta(meta AppMeta) {
176 meta.ShortDesc = util.TruncateString(meta.ShortDesc, MaxShortDescLen)
177 client := engine.GetDefaultClient()
178 client.SetAppMeta(engine.AppMeta(meta))
179}
180
181func SetTitle(title string) {
182 client := engine.GetDefaultClient()

Callers

nothing calls this directly

Calls 4

TruncateStringFunction · 0.92
GetDefaultClientFunction · 0.92
AppMetaStruct · 0.92
SetAppMetaMethod · 0.80

Tested by

no test coverage detected