| 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()); |
nothing calls this directly
no test coverage detected