MCPcopy
hub / github.com/tailscale/tailscale / warnf

Function warnf

cmd/tailscale/cli/up.go:289–291  ·  view source on GitHub ↗
(format string, args ...any)

Source from the content-addressed store, hash-verified

287}
288
289func warnf(format string, args ...any) {
290 printf("Warning: "+format+"\n", args...)
291}
292
293// prefsFromUpArgs returns the ipn.Prefs for the provided args.
294//

Callers 3

runSetFunction · 0.85
prefsFromUpArgsFunction · 0.85
warnOnAdvertiseRoutesFunction · 0.85

Calls 1

printfFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…