MCPcopy Index your code
hub / github.com/tailscale/tailscale / Tag

Method Tag

control/controlbase/messages.go:62–62  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

60 return m[initiationHeaderLen+32 : initiationHeaderLen+32+48]
61}
62func (m *initiationMessage) Tag() []byte { return m[initiationHeaderLen+32+48:] }
63
64// responseMessage is the protocol message sent from a control server
65// to a client machine.

Callers 1

ServerFunction · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected