MCPcopy
hub / github.com/google/gopacket / Info

Function Info

examples/reassemblydump/main.go:134–138  ·  view source on GitHub ↗
(s string, a ...interface{})

Source from the content-addressed store, hash-verified

132 }
133}
134func Info(s string, a ...interface{}) {
135 if outputLevel >= 1 {
136 fmt.Printf(s, a...)
137 }
138}
139func Debug(s string, a ...interface{}) {
140 if outputLevel >= 2 {
141 fmt.Printf(s, a...)

Callers 3

runMethod · 0.85
ReassembledSGMethod · 0.85
mainFunction · 0.85

Calls 1

PrintfMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…