MCPcopy Create free account
hub / github.com/PageLeay/celestial-runtime / concat

Function concat

lib.esm/utils/data.js:89–91  ·  view source on GitHub ↗
(datas)

Source from the content-addressed store, hash-verified

87 * within %%data%%.
88 */
89export function concat(datas) {
90 return "0x" + datas.map((d) => hexlify(d).substring(2)).join("");
91}
92/**
93 * Returns the length of %%data%%, in bytes.
94 */

Callers 15

recoverPublicKeyMethod · 0.90
compactSerializedMethod · 0.90
serializedMethod · 0.90
#callMethod · 0.90
encodeBytesFunction · 0.90
getAccountFunction · 0.90
_encryptKeystoreFunction · 0.90
encodeBase58CheckFunction · 0.90
extendedKeyMethod · 0.90
extendedKeyMethod · 0.90
getDeployTransactionMethod · 0.90

Calls 3

hexlifyFunction · 0.70
joinMethod · 0.45
mapMethod · 0.45

Tested by

no test coverage detected