MCPcopy Index your code
hub / github.com/foxcpp/maddy / Printf

Method Printf

tests/t.go:399–401  ·  view source on GitHub ↗

Printf implements Logger interfaces used by some libraries.

(f string, a ...interface{})

Source from the content-addressed store, hash-verified

397
398// Printf implements Logger interfaces used by some libraries.
399func (t *T) Printf(f string, a ...interface{}) {
400 t.Logf(f, a...)
401}
402
403// Conn6 connects to the server listener at the specified named port using IPv6 loopback.
404func (t *T) Conn6(portName string) Conn {

Callers 13

MustRunCLIGroupMethod · 0.95
NewListenerFunction · 0.45
setupListenersMethod · 0.45
setupListenersMethod · 0.45
wrapErrMethod · 0.45
StartMethod · 0.45
msgsListFunction · 0.45
ConfigureMethod · 0.45
reloadMethod · 0.45
ConfigureMethod · 0.45
generateAndWriteMethod · 0.45
CheckBodyMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected