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

Method Pair

src/util/bind-map.cpp:19–20  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

17 private:
18
19 explicit Pair(Napi::Env env, const char* name, int index)
20 : name(Napi::Persistent(InternalizedFromUtf8(env, name, -1))), index(index) {}
21
22 explicit Pair(Napi::Env env, Pair* pair)
23 : name(Napi::Persistent(pair->name.Value())), index(pair->index) {}

Callers

nothing calls this directly

Calls 1

InternalizedFromUtf8Function · 0.85

Tested by

no test coverage detected