MCPcopy Create free account
hub / github.com/devspace-sh/devspace / Debugf

Function Debugf

helper/util/stderrlog/stderrlog.go:21–25  ·  view source on GitHub ↗
(message string, args ...interface{})

Source from the content-addressed store, hash-verified

19}
20
21func Debugf(message string, args ...interface{}) {
22 if debugModeEnabled {
23 _, _ = fmt.Fprintf(Writer, message+"\n", args...)
24 }
25}

Callers 6

NewServerFunction · 0.92
RunMethod · 0.92
SendDataFunction · 0.92
ReceiveDataFunction · 0.92
readConnFunction · 0.92
InitTunnelMethod · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected