(verbose = false)
| 680 | } |
| 681 | |
| 682 | function watchers(verbose = false) { |
| 683 | return PromisePrototypeThen(formatWatchers(verbose), print); |
| 684 | } |
| 685 | |
| 686 | // List source code |
| 687 | function list(delta = 5) { |
nothing calls this directly
no test coverage detected
searching dependent graphs…