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

Function Infof

pkg/blocklogger/blocklogger.go:78–84  ·  view source on GitHub ↗
(ctx context.Context, format string, args ...any)

Source from the content-addressed store, hash-verified

76}
77
78func Infof(ctx context.Context, format string, args ...any) {
79 logData := getLogBlockData(ctx)
80 if logData == nil {
81 return
82 }
83 writeLogf(logData.BlockId, format, args)
84}
85
86func Debugf(ctx context.Context, format string, args ...interface{}) {
87 logData := getLogBlockData(ctx)

Callers 15

createPublicKeyCallbackFunction · 0.92
createClientConfigFunction · 0.92
connectInternalFunction · 0.92
ConnectToClientFunction · 0.92
GetClientPlatformFunction · 0.92
CpWshToRemoteFunction · 0.92
InfofMethod · 0.92
ConnectMethod · 0.92
InfofMethod · 0.92
DebugfMethod · 0.92
GetClientPlatformFunction · 0.92

Calls 2

getLogBlockDataFunction · 0.85
writeLogfFunction · 0.85

Tested by

no test coverage detected