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

Function InternalizedFromLatin1

src/util/helpers.cpp:19–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

17}
18
19inline Napi::String InternalizedFromLatin1(Napi::Env env, const char* str) {
20 return Napi::String::New(env, str);
21}
22
23// Replicates the semantics of v8::Value::IsInt32() (an integral number within
24// the range of a 32-bit signed integer, excluding -0), which has no direct

Callers 2

SetStringMethod · 0.85
SetCodeMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected