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

Method serializeImpl

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

Source from the content-addressed store, hash-verified

819
820 template <unsigned serializeFlags = kSerializeDefault>
821 SonicError serializeImpl(WriteBuffer& wb) const {
822 return internal::SerializeImpl<serializeFlags>(this, wb);
823 }
824
825 sonic_force_inline DNode* nextImpl() { return this + 1; }
826

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected