MCPcopy Create free account
hub / github.com/TombEngine/TombEngine / EmptyMap

Method EmptyMap

Libs/flatbuffers/flexbuffers.h:349–354  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

MapFunction · 0.70

Tested by

no test coverage detected