MCPcopy 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

decodeMethod · 0.95

Calls 1

unpackFunction · 0.90

Tested by

no test coverage detected