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

Function skipUint8LengthPrefixed

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

Source from the content-addressed store, hash-verified

237}
238
239func skipUint8LengthPrefixed(s *cryptobyte.String) bool {
240 var skip uint8
241 if !s.ReadUint8(&skip) {
242 return false
243 }
244 return s.Skip(int(skip))
245}
246
247func skipUint16LengthPrefixed(s *cryptobyte.String) bool {
248 var skip 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…