Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/tailscale/tailscale
/ Header
Method
Header
control/controlbase/messages.go:80–80 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
78
}
79
80
func
(m *responseMessage) Header() []byte {
return
m[:headerLen] }
81
func
(m *responseMessage) Payload() []byte {
return
m[headerLen:] }
82
83
func
(m *responseMessage) Type() byte {
return
m[0] }
Callers
15
continueClientHandshake
Function · 0.95
TestUserDialSelf
Function · 0.45
serve
Method · 0.45
serveTailscaleUp
Method · 0.45
proxyRequestToLocalAPI
Method · 0.45
writeJSON
Function · 0.45
TestPathPrefix
Function · 0.45
TestRequireTailscaleIP
Function · 0.45
assetsHandler
Function · 0.45
openPrecompressedFile
Function · 0.45
devServerProxy
Function · 0.45
brokenMITMHandler
Function · 0.45
Calls
no outgoing calls
Tested by
8
TestUserDialSelf
Function · 0.36
TestPathPrefix
Function · 0.36
TestRequireTailscaleIP
Function · 0.36
brokenMITMHandler
Function · 0.36
runDialPlanTest
Function · 0.36
run
Method · 0.36
TestParseRateLimitError
Function · 0.36
TestCheckOutdatedAlpineRepo
Function · 0.36