MCPcopy Create free account
hub / github.com/WiseLibs/better-sqlite3 / Extras

Method Extras

src/objects/statement.cpp:52–53  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

50}
51
52Statement::Extras::Extras(sqlite3_uint64 id)
53 : bind_map(0), id(id) {}
54
55INIT(Statement::Init) {
56 v8::Local<v8::FunctionTemplate> t = NewConstructorTemplate(isolate, data, JS_new, "Statement");

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected