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

Class String

include/sonic/dom/genericnode.h:1091–1094  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1089 }; // 16 bytes
1090
1091 struct String {
1092 uint64_t len;
1093 const char* p;
1094 }; // 16 bytes
1095
1096 struct Type {
1097 uint8_t t;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected