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

Method SetString

src/util/constants.cpp:161–163  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

159private:
160
161 static void SetString(v8::Isolate* isolate, v8::Global<v8::String>& constant, const char* str) {
162 constant.Reset(isolate, InternalizedFromLatin1(isolate, str));
163 }
164
165 void SetCode(v8::Isolate* isolate, int code, const char* str) {
166 codes.emplace(std::piecewise_construct,

Callers

nothing calls this directly

Calls 1

InternalizedFromLatin1Function · 0.85

Tested by

no test coverage detected