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

Method NextId

src/addon.cpp:13–15  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11 }
12
13 inline sqlite3_uint64 NextId() {
14 return next_id++;
15 }
16
17 static void ConfigureURI() {
18 static std::once_flag init_flag;

Callers 2

NODE_METHODFunction · 0.80
NODE_METHODFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected