MCPcopy Create free account
hub / github.com/apple/foundationdb / UnicodeStr

Class UnicodeStr

fdbclient/include/fdbclient/Tuple.h:31–34  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

29
30struct Tuple {
31 struct UnicodeStr {
32 StringRef str;
33 explicit UnicodeStr(StringRef str) : str(str) {}
34 };
35
36 struct UserTypeStr {
37 uint8_t code;

Callers 1

Tuple.cppFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected