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

Method getCodePointAt

src/Chain.js:106–108  ·  view source on GitHub ↗

* Returns a Unicode code point at given index. * @param {number} index Unicode code point index * @return {number} Unicode code point

(index)

Source from the content-addressed store, hash-verified

104 * @return {number} Unicode code point
105 */
106 getCodePointAt (index) {
107 return this.getCodePoints()[index]
108 }
109
110 /**
111 * Returns the string representation of Unicode character at given index.

Callers 15

getCharAtMethod · 0.95
getCharBytesAtMethod · 0.95
performDecodeMethod · 0.80
performTranslateMethod · 0.80
performDecodeMethod · 0.80
getVariantOptionsMethod · 0.80
performEncodeMethod · 0.80
performDecodeMethod · 0.80
performTranslateMethod · 0.80
performTranslateMethod · 0.80

Calls 1

getCodePointsMethod · 0.95

Tested by

no test coverage detected