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

Function StartMap

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

Source from the content-addressed store, hash-verified

1091 return stack_.size();
1092 }
1093 size_t StartMap() { return stack_.size(); }
1094 size_t StartMap(const char *key) {
1095 Key(key);
1096 return stack_.size();

Callers 1

MapFunction · 0.85

Calls 2

KeyFunction · 0.70
sizeMethod · 0.45

Tested by

no test coverage detected