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

Class Result

src/util/binder.cpp:31–34  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

29private:
30
31 struct Result {
32 int count;
33 bool bound_object;
34 };
35
36 static Napi::Value GetPrototype(Napi::Env env, Napi::Object obj) {
37 napi_value proto;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected