MCPcopy
hub / github.com/monasticacademy/httptap / verbose

Function verbose

httptap.go:141–145  ·  view source on GitHub ↗
(msg string)

Source from the content-addressed store, hash-verified

139var isVerbose bool
140
141func verbose(msg string) {
142 if isVerbose {
143 log.Print(msg)
144 }
145}
146
147func verbosef(fmt string, parts ...interface{}) {
148 if isVerbose {

Callers 8

CloseMethod · 0.70
AddrMethod · 0.70
copyToDeviceFunction · 0.70
readFromDeviceFunction · 0.70
MainFunction · 0.70
SetDeadlineMethod · 0.70
SetReadDeadlineMethod · 0.70
SetWriteDeadlineMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected