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

Method StartObject

include/sonic/dom/handler.h:232–235  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

230 }
231
232 sonic_force_inline bool StartObject() {
233 new (stack_.PushSize<NodeType>(1)) NodeType(kObject);
234 return true;
235 }
236
237 sonic_force_inline bool EndArray(size_t count) {
238 NodeType &arr = *stack_.template Begin<NodeType>();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected