MCPcopy 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
148void skip_varint(ReadContext &ctx) {
149 // skip varint by reading it
150 ctx.read_var_uint64(ctx.error());
151}
152
153void skip_string(ReadContext &ctx) {
154 // Read string length + encoding

Callers 1

skip_field_valueFunction · 0.85

Calls 2

errorMethod · 0.65
read_var_uint64Method · 0.45

Tested by

no test coverage detected