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

Function __errEncoding

sqlite-wasm-cos/sqlite3-node.mjs:11790–11794  ·  view source on GitHub ↗
(pDb)

Source from the content-addressed store, hash-verified

11788 SQLITE_FORMAT, installs a descriptive error message,
11789 and returns SQLITE_FORMAT. */
11790 const __errEncoding = (pDb)=>{
11791 return util.sqlite3__wasm_db_error(
11792 pDb, capi.SQLITE_FORMAT, "SQLITE_UTF8 is the only supported encoding."
11793 );
11794 };
11795
11796 /**
11797 __dbCleanupMap is infrastructure for recording registration of

Callers 1

sqlite3InitModuleFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected