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

Method writeValue

js/src/static_dependencies/ethers/coders/abstract-coder.js:317–319  ·  view source on GitHub ↗
(value)

Source from the content-addressed store, hash-verified

315 }
316 // Numeric item; pad on the left *to* WordSize
317 writeValue(value) {
318 return this.#writeData(getValue(value));
319 }
320 // Inserts a numeric place-holder, returning a callback that can
321 // be used to asjust the value later
322 writeUpdatableValue() {

Callers 5

encodeMethod · 0.45
encodeMethod · 0.45
encodeMethod · 0.45
encodeMethod · 0.45
encodeMethod · 0.45

Calls 2

#writeDataMethod · 0.95
getValueFunction · 0.70

Tested by

no test coverage detected