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

Function skipUint16LengthPrefixed

ech.go:247–253  ·  view source on GitHub ↗
(s *cryptobyte.String)

Source from the content-addressed store, hash-verified

245}
246
247func skipUint16LengthPrefixed(s *cryptobyte.String) bool {
248 var skip uint16
249 if !s.ReadUint16(&skip) {
250 return false
251 }
252 return s.Skip(int(skip))
253}
254
255type rawExtension struct {
256 extType uint16

Callers 1

extractRawExtensionsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…