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

Method Extras

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

Source from the content-addressed store, hash-verified

50}
51
52Statement::Extras::Extras(
53 Napi::Env env,
54 Napi::Function row_factory,
55 Napi::Function array_factory,
56 sqlite3_uint64 id
57) :
58 bind_map(0),
59 row_builder(env, row_factory, array_factory),
60 id(id) {}
61
62INIT(Statement::Init) {
63 return DefineClass(env, "Statement", {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected