MCPcopy
hub / github.com/tailscale/tailscale / printf

Function printf

cmd/tailscale/cli/cli.go:42–44  ·  view source on GitHub ↗
(format string, a ...any)

Source from the content-addressed store, hash-verified

40}
41
42func printf(format string, a ...any) {
43 fmt.Fprintf(Stdout, format, a...)
44}
45
46// outln is like fmt.Println in the common case, except when Stdout is
47// changed (as in js/wasm).

Callers 15

runDNSQueryFunction · 0.70
printWhoIsFunction · 0.70
runSetFunction · 0.70
warnfFunction · 0.70
runUpFunction · 0.70
checkUpWarningsFunction · 0.70
runDNSStatusFunction · 0.70
runStatusFunction · 0.70
runCpTargetsFunction · 0.70
runFileGetOneBatchFunction · 0.70
runLocalCredsFunction · 0.70
reloadConfigFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…