MCPcopy Create free account
hub / github.com/ccxt/ccxt / appendWriter

Method appendWriter

ts/src/static_dependencies/ethers/coders/abstract-coder.ts:373–375  ·  view source on GitHub ↗
(writer: Writer)

Source from the content-addressed store, hash-verified

371 }
372
373 appendWriter(writer: Writer): number {
374 return this.#writeData(getBytesCopy(writer.data));
375 }
376
377 // Arrayish item; pad on the right to *nearest* WordSize
378 writeBytes(value: BytesLike): number {

Callers 1

packFunction · 0.45

Calls 2

#writeDataMethod · 0.95
getBytesCopyFunction · 0.90

Tested by

no test coverage detected