MCPcopy
hub / github.com/sql-js/sql.js / UTF8ToString

Function UTF8ToString

js/sql-debug.js:788–790  ·  view source on GitHub ↗
(ptr)

Source from the content-addressed store, hash-verified

786// a copy of that string as a Javascript String object.
787
788function UTF8ToString(ptr) {
789 return UTF8ArrayToString(HEAPU8,ptr);
790}
791
792
793// Copies the given Javascript String object 'str' to the given byte array at address 'outIdx',

Callers 1

Pointer_stringifyFunction · 0.70

Calls 1

UTF8ArrayToStringFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…