Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/wavetermdev/waveterm
/ WaveObj
Interface
WaveObj
pkg/waveobj/waveobj.go:108–110 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
106
}
107
108
type
WaveObj
interface
{
109
GetOType() string
// should not depend on object state (should work with nil value)
110
}
111
112
type
waveObjDesc
struct
{
113
RType reflect.Type
Callers
8
UpdateObject
Method · 0.65
waveObjTableName
Function · 0.65
tableNameGen
Function · 0.65
getOTypeGen
Function · 0.65
DBResolveEasyOID
Function · 0.65
DBUpdate
Function · 0.65
DBInsert
Function · 0.65
SendWaveObjUpdate
Function · 0.65
Implementers
8
Client
pkg/waveobj/wtype.go
Window
pkg/waveobj/wtype.go
Workspace
pkg/waveobj/wtype.go
Tab
pkg/waveobj/wtype.go
LayoutState
pkg/waveobj/wtype.go
Block
pkg/waveobj/wtype.go
MainServer
pkg/waveobj/wtype.go
Job
pkg/waveobj/wtype.go
Calls
no outgoing calls
Tested by
no test coverage detected