MCPcopy Create free account
hub / github.com/apache/fory / skip_set

Function skip_set

cpp/fory/serialization/skip.cc:229–232  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

227}
228
229void skip_set(ReadContext &ctx, const FieldType &field_type) {
230 // Set has same format as list
231 skip_list(ctx, field_type);
232}
233
234void skip_map(ReadContext &ctx, const FieldType &field_type) {
235 // Read map length

Callers 1

skip_field_valueFunction · 0.85

Calls 1

skip_listFunction · 0.85

Tested by

no test coverage detected