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

Method unpack

fdbclient/Tuple.cpp:98–100  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

96}
97
98Tuple Tuple::unpack(StringRef const& str, bool exclude_incomplete) {
99 return Tuple(str, exclude_incomplete);
100}
101
102Tuple Tuple::unpackUserType(StringRef const& str, bool exclude_incomplete) {
103 return Tuple(str, exclude_incomplete, true);

Callers 15

get_intMethod · 0.45
get_longMethod · 0.45
get_doubleMethod · 0.45
get_boolMethod · 0.45
parse_keyMethod · 0.45
test_functionsMethod · 0.45
_increment_counterFunction · 0.45
get_counterFunction · 0.45
Future<Void> _finishFunction · 0.45
_finishMethod · 0.45

Calls 1

TupleClass · 0.50

Tested by 1

test_functionsMethod · 0.36