MCPcopy Create free account
hub / github.com/cryptii/cryptii / getByteAt

Method getByteAt

src/Chain.js:321–323  ·  view source on GitHub ↗

* Returns byte value at index. * @param {number} index Byte index * @return {number} Byte

(index)

Source from the content-addressed store, hash-verified

319 * @return {number} Byte
320 */
321 getByteAt (index) {
322 return this.getBytes()[index]
323 }
324
325 /**
326 * Returns the amount of bytes.

Callers

nothing calls this directly

Calls 1

getBytesMethod · 0.95

Tested by

no test coverage detected