MCPcopy Create free account
hub / github.com/ElementsProject/lightning / copy_column

Function copy_column

devtools/checkchannels.c:102–108  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

100}
101
102static void copy_column(void *dst, size_t size,
103 struct sqlite3_stmt *stmt,
104 int pos)
105{
106 assert(sqlite3_column_bytes(stmt, pos) == size);
107 memcpy(dst, sqlite3_column_blob(stmt, pos), size);
108}
109
110int main(int argc, char *argv[])
111{

Callers 1

mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected