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

Method getTypeAndLen

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

Source from the content-addressed store, hash-verified

872 return *this;
873 }
874 sonic_force_inline uint64_t getTypeAndLen() const { return this->sv.len; }
875};
876
877using Node = DNode<SONIC_DEFAULT_ALLOCATOR>;

Callers 1

DNodeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected