MCPcopy Create free account
hub / github.com/GoogleChrome/samples / __errEncoding

Function __errEncoding

sqlite-wasm-cos/sqlite3.mjs:11911–11915  ·  view source on GitHub ↗
(pDb)

Source from the content-addressed store, hash-verified

11909 SQLITE_FORMAT, installs a descriptive error message,
11910 and returns SQLITE_FORMAT. */
11911 const __errEncoding = (pDb)=>{
11912 return util.sqlite3__wasm_db_error(
11913 pDb, capi.SQLITE_FORMAT, "SQLITE_UTF8 is the only supported encoding."
11914 );
11915 };
11916
11917 /**
11918 __dbCleanupMap is infrastructure for recording registration of

Callers 1

sqlite3InitModuleFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected