Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/tailscale/tailscale
/ DisableProtocol
Method
DisableProtocol
wgengine/userspace.go:170–170 ·
view source on GitHub ↗
(proto string)
Source
from the content-addressed store, hash-verified
168
type
BIRDClient
interface
{
169
EnableProtocol(proto string) error
170
DisableProtocol(proto string) error
171
Close() error
172
}
173
Callers
4
NewUserspaceEngine
Function · 0.65
Reconfig
Method · 0.65
Close
Method · 0.65
TestChirp
Function · 0.65
Implementers
1
BIRDClient
chirp/chirp.go
Calls
no outgoing calls
Tested by
1
TestChirp
Function · 0.52