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

Method meta

include/sonic/dom/dynamicnode.h:548–551  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

546 }
547
548 sonic_force_inline MetaNode* meta() const {
549 sonic_assert(this->IsContainer());
550 return (MetaNode*)(this->a.next.children);
551 }
552
553 sonic_force_inline DNode* getArrChildrenFirst() const {
554 sonic_assert(this->IsArray());

Callers

nothing calls this directly

Calls 1

IsContainerMethod · 0.80

Tested by

no test coverage detected