Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/fory
/ skip_varint
Function
skip_varint
cpp/fory/serialization/skip.cc:148–151 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
146
} // namespace
147
148
void skip_varint(ReadContext &ctx) {
149
// skip varint by reading it
150
ctx.read_var_uint64(ctx.error());
151
}
152
153
void skip_string(ReadContext &ctx) {
154
// Read string length + encoding
Callers
1
skip_field_value
Function · 0.85
Calls
2
error
Method · 0.65
read_var_uint64
Method · 0.45
Tested by
no test coverage detected