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

File statement.cpp

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

Source from the content-addressed store, hash-verified

1const napi_type_tag Statement::TYPE_TAG = RandomTypeTag();
2
3Statement::Statement(const Napi::CallbackInfo& info) :
4 Napi::ObjectWrap<Statement>(info),

Callers

nothing calls this directly

Calls 2

RandomTypeTagFunction · 0.85
AddMethod · 0.80

Tested by

no test coverage detected