MCPcopy
hub / github.com/Terry-Mao/goim / Printf

Method Printf

internal/comet/whitelist.go:44–46  ·  view source on GitHub ↗

Printf calls l.Output to print to the logger.

(format string, v ...interface{})

Source from the content-addressed store, hash-verified

42
43// Printf calls l.Output to print to the logger.
44func (w *Whitelist) Printf(format string, v ...interface{}) {
45 w.log.Printf(format, v...)
46}

Callers 10

ServeWebsocketMethod · 0.80
dispatchWebsocketMethod · 0.80
ServeTCPMethod · 0.80
dispatchTCPMethod · 0.80
mainFunction · 0.80
startPushFunction · 0.80
mainFunction · 0.80
startPushFunction · 0.80
postFunction · 0.80
startPushFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected