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

Method getSize

src/Chain.js:329–331  ·  view source on GitHub ↗

* Returns the amount of bytes. * @return {number} Amount of bytes

()

Source from the content-addressed store, hash-verified

327 * @return {number} Amount of bytes
328 */
329 getSize () {
330 return this.getBytes().length
331 }
332
333 /**
334 * Returns true, if text encoding is needed before returning the string or

Callers 3

Chain.jsFile · 0.80
translateMethod · 0.80
performEncodeMethod · 0.80

Calls 1

getBytesMethod · 0.95

Tested by

no test coverage detected