MCPcopy Create free account
hub / github.com/bytedance/Fastbot_Android / EmptyMap

Method EmptyMap

native/thirdpart/flatbuffers/flexbuffers.h:348–353  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

346 }
347
348 static Map EmptyMap() {
349 static const uint8_t empty_map[] = {
350 0 /*keys_len*/, 0 /*keys_offset*/, 1 /*keys_width*/, 0 /*len*/
351 };
352 return Map(empty_map + 4, 1);
353 }
354
355 bool IsTheEmptyMap() const { return data_ == EmptyMap().data_; }
356};

Callers

nothing calls this directly

Calls 1

MapFunction · 0.70

Tested by

no test coverage detected