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

Function verbosef

httptap.go:147–151  ·  view source on GitHub ↗
(fmt string, parts ...interface{})

Source from the content-addressed store, hash-verified

145}
146
147func verbosef(fmt string, parts ...interface{}) {
148 if isVerbose {
149 log.Printf(fmt, parts...)
150 }
151}
152
153var errorColor = color.New(color.FgRed, color.Bold)
154

Callers 15

proxyHTTPSFunction · 0.70
proxyHTTPSchemeFunction · 0.70
notifyTCPMethod · 0.70
notifyUDPMethod · 0.70
handleDNSFunction · 0.70
handleDNSQueryFunction · 0.70
handlePacketMethod · 0.70
WriteMethod · 0.70
copyToDeviceFunction · 0.70
readFromDeviceFunction · 0.70
MainFunction · 0.70
AcceptMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected