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

Method toString

src/Chain.js:151–153  ·  view source on GitHub ↗

* Alias of Chain.getString. * @return {string}

()

Source from the content-addressed store, hash-verified

149 * @return {string}
150 */
151 toString () {
152 return this.getString()
153 }
154
155 /**
156 * Returns lower case representation of this chain.

Callers 15

uniqueIdMethod · 0.80
splitMethod · 0.80
containsMethod · 0.80
indexOfMethod · 0.80
joinMethod · 0.80
hexStringFromBytesMethod · 0.80
binaryStringFromBytesMethod · 0.80
updateValueMethod · 0.80
_updateValueDisplayMethod · 0.80
performEncodeMethod · 0.80
performTranslateMethod · 0.80

Calls 1

getStringMethod · 0.95

Tested by

no test coverage detected