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

Method getEncoding

src/Chain.js:423–425  ·  view source on GitHub ↗

* Returns byte encoding this chain has been created with. * @return {string} Byte encoding

()

Source from the content-addressed store, hash-verified

421 * @return {string} Byte encoding
422 */
423 getEncoding () {
424 return this._encoding
425 }
426
427 /**
428 * Returns true if the content of given chains is equal.

Callers 2

Chain.jsFile · 0.80
isEqualToMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected