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

Method StartArray

include/sonic/dom/handler.h:141–147  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

139 }
140
141 sonic_force_inline bool StartArray() noexcept {
142 SONIC_ADD_NODE();
143 NodeType *cur = &st_[np_ - 1];
144 cur->o.next.ofs = parent_;
145 parent_ = np_ - 1;
146 return true;
147 }
148
149 sonic_force_inline bool EndObject(uint32_t pairs) {
150 NodeType &obj = st_[parent_];

Callers 2

parseImplMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected