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

Method makeBackendOpts

tsunami/engine/clientimpl.go:173–181  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

171}
172
173func (c *ClientImpl) makeBackendOpts() *rpctypes.VDomBackendOpts {
174 appMeta := c.GetAppMeta()
175 return &rpctypes.VDomBackendOpts{
176 Title: appMeta.Title,
177 ShortDesc: appMeta.ShortDesc,
178 GlobalKeyboardEvents: c.GlobalEventHandler != nil,
179 FaviconPath: c.getFaviconPath(),
180 }
181}
182
183func (c *ClientImpl) runMainE() error {
184 if c.AppInitFn != nil {

Callers 2

fullRenderMethod · 0.95
incrementalRenderMethod · 0.95

Calls 2

GetAppMetaMethod · 0.95
getFaviconPathMethod · 0.95

Tested by

no test coverage detected