Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
139
var
isVerbose bool
140
141
func
verbose(msg string) {
142
if
isVerbose {
143
log.Print(msg)
144
}
145
}
146
147
func
verbosef(fmt string, parts ...
interface
{}) {
148
if
isVerbose {
Callers
8
Close
Method · 0.70
Addr
Method · 0.70
copyToDevice
Function · 0.70
readFromDevice
Function · 0.70
Main
Function · 0.70
SetDeadline
Method · 0.70
SetReadDeadline
Method · 0.70
SetWriteDeadline
Method · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected