Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PageLeay/celestial-runtime
/ decode
Method
decode
lib.esm/abi/coders/tuple.js:59–61 ·
view source on GitHub ↗
(reader)
Source
from the content-addressed store, hash-verified
57
return
pack(writer, this.coders, value);
58
}
59
decode(reader) {
60
return
unpack(reader, this.coders);
61
}
62
}
63
//# sourceMappingURL=tuple.js.map
Callers
1
decode
Method · 0.95
Calls
1
unpack
Function · 0.90
Tested by
no test coverage detected