Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/segmentio/encoding
/ skipSet
Function
skipSet
thrift/decode.go:667–669 ·
view source on GitHub ↗
(r Reader)
Source
from the content-addressed store, hash-verified
665
}
666
667
func
skipSet(r Reader) error {
668
return
readSet(r, skip)
669
}
670
671
func
skipMap(r Reader) error {
672
return
readMap(r,
func
(r Reader, k, v Type) error {
Callers
1
skip
Function · 0.85
Calls
1
readSet
Function · 0.85
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…