MCPcopy Create free account
hub / github.com/segmentio/encoding / skipStruct

Function skipStruct

thrift/decode.go:683–685  ·  view source on GitHub ↗
(r Reader)

Source from the content-addressed store, hash-verified

681}
682
683func skipStruct(r Reader) error {
684 return readStruct(r, skipField)
685}
686
687func skipField(r Reader, f Field) error {
688 return skip(r, f.Type)

Callers 1

skipFunction · 0.85

Calls 1

readStructFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…