MCPcopy Create free account
hub / github.com/wavetermdev/waveterm / Debugf

Function Debugf

pkg/blocklogger/blocklogger.go:86–92  ·  view source on GitHub ↗
(ctx context.Context, format string, args ...interface{})

Source from the content-addressed store, hash-verified

84}
85
86func Debugf(ctx context.Context, format string, args ...interface{}) {
87 logData := getLogBlockData(ctx)
88 if logData == nil || !logData.Verbose {
89 return
90 }
91 writeLogf(logData.BlockId, format, args)
92}

Callers 10

CpWshToRemoteFunction · 0.92
DebugfMethod · 0.92
StartConnServerMethod · 0.92
StartConnServerMethod · 0.92
StartLocalShellProcFunction · 0.92
resetTerminalStateFunction · 0.92
resetTerminalStateMethod · 0.92
DoRunShellCommandMethod · 0.92
runMethod · 0.92

Calls 2

getLogBlockDataFunction · 0.85
writeLogfFunction · 0.85

Tested by

no test coverage detected