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

Method empty

src/Chain.js:490–495  ·  view source on GitHub ↗

* Returns the empty chain constant. * @return {Chain} Empty Chain

()

Source from the content-addressed store, hash-verified

488 * @return {Chain} Empty Chain
489 */
490 static empty () {
491 if (emptyChain === null) {
492 emptyChain = new Chain()
493 }
494 return emptyChain
495 }
496}

Callers 5

Chain.jsFile · 0.80
substrMethod · 0.80
wrapMethod · 0.80
constructorMethod · 0.80
spliceBricksMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected