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

Method children

include/sonic/dom/dynamicnode.h:543–546  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

541 }
542
543 sonic_force_inline void* children() const {
544 sonic_assert(this->IsContainer());
545 return this->a.next.children;
546 }
547
548 sonic_force_inline MetaNode* meta() const {
549 sonic_assert(this->IsContainer());

Callers

nothing calls this directly

Calls 1

IsContainerMethod · 0.80

Tested by

no test coverage detected