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

Class Object

include/sonic/dom/genericnode.h:1081–1084  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1079 }; // 8 bytes
1080
1081 struct Object {
1082 uint64_t len;
1083 union ContainerNext next;
1084 }; // 16 bytes
1085
1086 struct Array {
1087 uint64_t len;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected