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

Method Scan

pkg/telemetry/telemetry.go:94–96  ·  view source on GitHub ↗
(val interface{})

Source from the content-addressed store, hash-verified

92}
93
94func (tdata *TelemetryData) Scan(val interface{}) error {
95 return dbutil.QuickScanJson(tdata, val)
96}
97
98func IsTelemetryEnabled() bool {
99 settings := wconfig.GetWatcher().GetFullConfig()

Callers 7

RemoteStartJobCommandMethod · 0.80
ReadLineMethod · 0.80
ReadAllMethod · 0.80
ParseEnvironmentFileFunction · 0.80
ParseEnvironmentConfFileFunction · 0.80
ParsePasswdFunction · 0.80
processSSEStreamFunction · 0.80

Calls 1

QuickScanJsonFunction · 0.92

Tested by

no test coverage detected