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

Method decode

lib.commonjs/abi/coders/tuple.js:62–64  ·  view source on GitHub ↗
(reader)

Source from the content-addressed store, hash-verified

60 return (0, array_js_1.pack)(writer, this.coders, value);
61 }
62 decode(reader) {
63 return (0, array_js_1.unpack)(reader, this.coders);
64 }
65}
66exports.TupleCoder = TupleCoder;
67//# sourceMappingURL=tuple.js.map

Callers 1

decodeMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected