MCPcopy Create free account
hub / github.com/Tiiny-AI/PowerInfer / key

Method key

smallthinker/common/json-partial.cpp:98–101  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

96 return true;
97 }
98 bool key(string_t & key) override { // NOLINT
99 stack.push_back({COMMON_JSON_STACK_ELEMENT_KEY, key});
100 return true;
101 }
102 bool start_array(std::size_t) override { // NOLINT
103 stack.push_back({COMMON_JSON_STACK_ELEMENT_ARRAY, ""});
104 return true;

Calls 1

push_backMethod · 0.45

Tested by

no test coverage detected