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

Method cnextImpl

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

Source from the content-addressed store, hash-verified

825 sonic_force_inline DNode* nextImpl() { return this + 1; }
826
827 sonic_force_inline const DNode* cnextImpl() const { return this + 1; }
828
829 // delete DNode's children or copied string
830 void destroy() {

Callers 1

nextFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected