MCPcopy Index your code
hub / github.com/XTLS/REALITY / originalBytes

Method originalBytes

common.go:1631–1631  ·  view source on GitHub ↗

originalBytes should return the original bytes that were passed to unmarshal to create the message. If the message was not produced by unmarshal, it should return nil.

()

Source from the content-addressed store, hash-verified

1629 // unmarshal to create the message. If the message was not produced by
1630 // unmarshal, it should return nil.
1631 originalBytes() []byte
1632}
1633
1634// lruSessionCache is a ClientSessionCache implementation that uses an LRU

Callers 1

transcriptMsgFunction · 0.65

Implementers 2

clientHelloMsghandshake_messages.go
serverHelloMsghandshake_messages.go

Calls

no outgoing calls

Tested by

no test coverage detected