MCPcopy Create free account
hub / github.com/XTLS/Go / keyUpdateMsg

Struct keyUpdateMsg

handshake_messages.go:939–942  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

937}
938
939type keyUpdateMsg struct {
940 raw []byte
941 updateRequested bool
942}
943
944func (m *keyUpdateMsg) marshal() []byte {
945 if m.raw != nil {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected