MCPcopy
hub / github.com/tailscale/tailscale / Printf

Method Printf

tempfork/pkgdoc/pkgdoc.go:155–157  ·  view source on GitHub ↗
(format string, args ...any)

Source from the content-addressed store, hash-verified

153}
154
155func (pkg *Package) Printf(format string, args ...any) {
156 fmt.Fprintf(&pkg.buf, format, args...)
157}
158
159func (pkg *Package) flush() {
160 _, err := pkg.writer.Write(pkg.buf.Bytes())

Callers 15

packageDocMethod · 0.95
packageClauseMethod · 0.95
bugsMethod · 0.95
WriteMethod · 0.80
dialContextFunction · 0.80
logfMethod · 0.80
mainFunction · 0.80
mainFunction · 0.80
mainFunction · 0.80

Calls

no outgoing calls

Tested by 15

TestFuncWriterFunction · 0.64
TestStdLoggerFunction · 0.64
TestHTTPServerLogFilterFunction · 0.64
ExampleDeferredInitFunction · 0.64
ExampleNewServerConnFunction · 0.64
ExampleForEachAddrFunction · 0.64
DoMethod · 0.64
TestMainFunction · 0.64