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

Method Value

pkg/telemetry/telemetry.go:90–92  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

88}
89
90func (tdata TelemetryData) Value() (driver.Value, error) {
91 return dbutil.QuickValueJson(tdata)
92}
93
94func (tdata *TelemetryData) Scan(val interface{}) error {
95 return dbutil.QuickScanJson(tdata, val)

Callers 15

GetWshRpcFromContextFunction · 0.80
GetRpcSourceFromContextFunction · 0.80
GetIsCanceledFromContextFunction · 0.80
getRenderContextFunction · 0.80
getTestContextFunction · 0.80
getLogBlockDataFunction · 0.80
GetConnDataFunction · 0.80
ContextWithUpdatesFunction · 0.80
ContextGetUpdatesFunction · 0.80
ContextGetUpdateFunction · 0.80
ContextAddUpdateFunction · 0.80

Calls 1

QuickValueJsonFunction · 0.92

Tested by 1

getTestContextFunction · 0.64