MCPcopy
hub / github.com/wavetermdev/waveterm / AllWaveObjTypes

Function AllWaveObjTypes

pkg/waveobj/wtype.go:357–368  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

355}
356
357func AllWaveObjTypes() []reflect.Type {
358 return []reflect.Type{
359 reflect.TypeOf(&Client{}),
360 reflect.TypeOf(&Window{}),
361 reflect.TypeOf(&Workspace{}),
362 reflect.TypeOf(&Tab{}),
363 reflect.TypeOf(&Block{}),
364 reflect.TypeOf(&LayoutState{}),
365 reflect.TypeOf(&MainServer{}),
366 reflect.TypeOf(&Job{}),
367 }
368}
369
370type TermSize struct {
371 Rows int `json:"rows"`

Callers 3

GenerateWaveObjTypesFunction · 0.92
initFunction · 0.92
DBResolveEasyOIDFunction · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected