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

Method NextAnonIndex

src/util/binder.cpp:68–71  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

66 }
67
68 int NextAnonIndex() {
69 while (sqlite3_bind_parameter_name(handle, ++anon_index) != NULL) {}
70 return anon_index;
71 }
72
73 // Binds the value at the given index or throws an appropriate error.
74 void BindValue(Napi::Env env, Napi::Value value, int index) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected