MCPcopy Create free account
hub / github.com/Moddable-OpenSource/moddable / write

Method write

modules/io/expander/expander.js:39–41  ·  view source on GitHub ↗
(...args)

Source from the content-addressed store, hash-verified

37 this.#io = undefined;
38 }
39 write(...args) {
40 this.#io.write(Uint8Array.from(args));
41 }
42 read(count) {
43 return new Uint8Array(this.#io.read(count));
44 }

Callers

nothing calls this directly

Calls 2

writeMethod · 0.65
fromMethod · 0.45

Tested by

no test coverage detected