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

Function StartMap

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

Source from the content-addressed store, hash-verified

1081 return stack_.size();
1082 }
1083 size_t StartMap() { return stack_.size(); }
1084 size_t StartMap(const char *key) {
1085 Key(key);
1086 return stack_.size();

Callers 1

MapFunction · 0.85

Calls 2

KeyFunction · 0.85
sizeMethod · 0.45

Tested by

no test coverage detected