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

Method Debugf

pkg/remote/conncontroller/conncontroller.go:167–169  ·  view source on GitHub ↗
(ctx context.Context, format string, args ...any)

Source from the content-addressed store, hash-verified

165}
166
167func (conn *SSHConn) Debugf(ctx context.Context, format string, args ...any) {
168 blocklogger.Debugf(ctx, "[conndebug] "+format, args...)
169}
170
171func (conn *SSHConn) FireConnChangeEvent() {
172 status := conn.DeriveConnStatus()

Callers

nothing calls this directly

Calls 1

DebugfFunction · 0.92

Tested by

no test coverage detected