MCPcopy Create free account
hub / github.com/bytedance/sonic-cpp / StartArray

Method StartArray

include/sonic/dom/handler.h:227–230  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

225 }
226
227 sonic_force_inline bool StartArray() {
228 new (stack_.PushSize<NodeType>(1)) NodeType(kArray);
229 return true;
230 }
231
232 sonic_force_inline bool StartObject() {
233 new (stack_.PushSize<NodeType>(1)) NodeType(kObject);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected