MCPcopy Create free account
hub / github.com/ccxt/ccxt / toUtf8String

Function toUtf8String

js/src/static_dependencies/ethers/utils/utf8.js:209–211  ·  view source on GitHub ↗
(bytes, onError)

Source from the content-addressed store, hash-verified

207 * (default: [error](Utf8ErrorFuncs))
208 */
209export function toUtf8String(bytes, onError) {
210 return _toUtf8String(getUtf8CodePoints(bytes, onError));
211}
212/**
213 * Returns the UTF-8 code-points for %%str%%.
214 *

Callers 4

decodeBytes32StringFunction · 0.90
decodeMethod · 0.90
decodeBytes32StringFunction · 0.90
decodeMethod · 0.90

Calls 2

_toUtf8StringFunction · 0.70
getUtf8CodePointsFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…