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

Method Keys

Libs/flatbuffers/flexbuffers.h:340–347  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

338 Vector Values() const { return Vector(data_, byte_width_); }
339
340 TypedVector Keys() const {
341 const size_t num_prefixed_fields = 3;
342 auto keys_offset = data_ - byte_width_ * num_prefixed_fields;
343 return TypedVector(Indirect(keys_offset, byte_width_),
344 static_cast<uint8_t>(
345 ReadUInt64(keys_offset + byte_width_, byte_width_)),
346 FBT_KEY);
347 }
348
349 static Map EmptyMap() {
350 static const uint8_t empty_map[] = {

Callers 1

ToStringMethod · 0.80

Calls 3

IndirectFunction · 0.85
ReadUInt64Function · 0.85
TypedVectorFunction · 0.70

Tested by

no test coverage detected