Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/tailscale/tailscale
/ debugPortmap
Function
debugPortmap
cmd/tailscaled/debug.go:285–287 ·
view source on GitHub ↗
(ctx context.Context)
Source
from the content-addressed store, hash-verified
283
}
284
285
func
debugPortmap(ctx context.Context) error {
286
return
fmt.Errorf(
"this flag has been deprecated in favour of 'tailscale debug portmap'"
)
287
}
Callers
1
debugMode
Function · 0.70
Calls
1
Errorf
Method · 0.65
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…