MCPcopy Create free account
hub / github.com/acl-dev/acl / create_row

Method create_row

lib_acl_cpp/src/db/sqlite_cursor.cpp:44–47  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

42}
43
44void sqlite_cursor::create_row(void)
45{
46 row_ = NEW db_row(names_);
47}
48
49#define INT4_STR_SIZE 20 // 18446744073709551615
50

Callers 1

prepareMethod · 0.80

Calls 1

db_rowClass · 0.50

Tested by

no test coverage detected