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

Method writeValue

lib.commonjs/abi/coders/abstract-coder.js:378–380  ·  view source on GitHub ↗
(value)

Source from the content-addressed store, hash-verified

376 }
377 // Numeric item; pad on the left *to* WordSize
378 writeValue(value) {
379 return this.#writeData(getValue(value));
380 }
381 // Inserts a numeric place-holder, returning a callback that can
382 // be used to asjust the value later
383 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