MCPcopy Create free account
hub / github.com/bcndev/bytecoin / column_bytes

Method column_bytes

src/platform/DBsqlite3.cpp:81–83  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

79}
80
81size_t sqlite::Stmt::column_bytes(int column) const {
82 return static_cast<size_t>(sqlite3_column_bytes(handle, column));
83}
84const uint8_t *sqlite::Stmt::column_blob(int column) const {
85 return reinterpret_cast<const uint8_t *>(sqlite3_column_blob(handle, column));
86}

Callers 7

step_and_checkMethod · 0.80
getFunction · 0.80
loadMethod · 0.80
get_saltMethod · 0.80
getMethod · 0.80
payment_queue_get2Method · 0.80
parameters_getMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected