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

Method Type

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

Source from the content-addressed store, hash-verified

51
52func (m *initiationMessage) Version() uint16 { return binary.BigEndian.Uint16(m[:2]) }
53func (m *initiationMessage) Type() byte { return m[2] }
54func (m *initiationMessage) Length() int { return int(binary.BigEndian.Uint16(m[3:5])) }
55
56func (m *initiationMessage) EphemeralPub() []byte {

Callers 1

ServerFunction · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected