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

Method Extras

src/objects/statement.cpp:51–59  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected