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

Function SetTitle

tsunami/app/defaultclient.go:181–186  ·  view source on GitHub ↗
(title string)

Source from the content-addressed store, hash-verified

179}
180
181func SetTitle(title string) {
182 client := engine.GetDefaultClient()
183 m := client.GetAppMeta()
184 m.Title = title
185 client.SetAppMeta(m)
186}
187
188func SetShortDesc(shortDesc string) {
189 shortDesc = util.TruncateString(shortDesc, MaxShortDescLen)

Callers

nothing calls this directly

Calls 3

GetDefaultClientFunction · 0.92
GetAppMetaMethod · 0.80
SetAppMetaMethod · 0.80

Tested by

no test coverage detected