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

Function debugLog

pkg/blockcontroller/blockcontroller.go:421–424  ·  view source on GitHub ↗
(ctx context.Context, fmtStr string, args ...interface{})

Source from the content-addressed store, hash-verified

419}
420
421func debugLog(ctx context.Context, fmtStr string, args ...interface{}) {
422 blocklogger.Infof(ctx, "[conndebug] "+fmtStr, args...)
423 log.Printf(fmtStr, args...)
424}
425
426func CheckConnStatus(blockId string) error {
427 bdata, err := wstore.DBMustGet[*waveobj.Block](context.Background(), blockId)

Callers 1

runMethod · 0.85

Calls 1

InfofFunction · 0.92

Tested by

no test coverage detected