Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bytedance/sonic-cpp
/ Array
Class
Array
include/sonic/dom/genericnode.h:1086–1089 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1084
}; // 16 bytes
1085
1086
struct Array {
1087
uint64_t len;
1088
union ContainerNext next;
1089
}; // 16 bytes
1090
1091
struct String {
1092
uint64_t len;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected