Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
*/
89
export
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
recoverPublicKey
Method · 0.90
compactSerialized
Method · 0.90
serialized
Method · 0.90
#call
Method · 0.90
encodeBytes
Function · 0.90
getAccount
Function · 0.90
_encryptKeystore
Function · 0.90
encodeBase58Check
Function · 0.90
extendedKey
Method · 0.90
extendedKey
Method · 0.90
getDeployTransaction
Method · 0.90
test-providers-errors.ts
File · 0.90
Calls
3
hexlify
Function · 0.70
join
Method · 0.45
map
Method · 0.45
Tested by
no test coverage detected