Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
683
func
skipStruct(r Reader) error {
684
return
readStruct(r, skipField)
685
}
686
687
func
skipField(r Reader, f Field) error {
688
return
skip(r, f.Type)
Callers
1
skip
Function · 0.85
Calls
1
readStruct
Function · 0.85
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…