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

Method column

fdbserver/KeyValueStoreSQLite.actor.cpp:423–425  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

421 __assume(false); // NOT REACHED
422 }
423 StringRef column(int i) {
424 return StringRef((const uint8_t*)sqlite3_column_blob(stmt, i), sqlite3_column_bytes(stmt, i));
425 }
426};
427
428void hexdump(FILE* fout, StringRef val) {

Callers 2

checkAllPageChecksumsMethod · 0.80
openMethod · 0.80

Calls 1

StringRefClass · 0.50

Tested by

no test coverage detected