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

Method DoneRecord

src/objects/statement-iterator.hpp:54–56  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

52 }
53
54 static inline Napi::Object DoneRecord(Napi::Env env, Addon* addon) {
55 return NewRecord(env, env.Undefined(), addon, true);
56 }
57
58 NODE_METHOD(JS_new);
59 static NODE_METHOD(JS_next);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected