* Returns the empty chain constant. * @return {Chain} Empty Chain
()
| 488 | * @return {Chain} Empty Chain |
| 489 | */ |
| 490 | static empty () { |
| 491 | if (emptyChain === null) { |
| 492 | emptyChain = new Chain() |
| 493 | } |
| 494 | return emptyChain |
| 495 | } |
| 496 | } |
no outgoing calls
no test coverage detected