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

Method getData

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

Return packed data with the arena it resides in

Source from the content-addressed store, hash-verified

103
104 // Return packed data with the arena it resides in
105 Standalone<VectorRef<uint8_t>> getData() { return data; }
106 Standalone<StringRef> getDataAsStandalone() { return Standalone<StringRef>(pack(), data.arena()); }
107
108 // Create a tuple from a parameter pack

Callers 15

pushMethod · 0.45
pushMethod · 0.45
pushMethod · 0.45
peekMessagesFromMemoryFunction · 0.45
simulateFunction · 0.45
writeTransactionInfoMethod · 0.45
pushMethod · 0.45
testSerializationSpeedFunction · 0.45

Calls

no outgoing calls

Tested by 2

showArenaFunction · 0.36
arenaTestFunction · 0.36