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

Method getLength

src/Chain.js:132–134  ·  view source on GitHub ↗

* Returns the amount of Unicode code points inside chain. * @return {number} Amount of Unicode code points

()

Source from the content-addressed store, hash-verified

130 * @return {number} Amount of Unicode code points
131 */
132 getLength () {
133 return this.getCodePoints().length
134 }
135
136 /**
137 * Lazily retrieves the string representation.

Callers 2

substrMethod · 0.95
truncateMethod · 0.95

Calls 1

getCodePointsMethod · 0.95

Tested by

no test coverage detected