* Perform no operation. * Stubbing args to make Flow happy without leaving useless transpiled code * with ...rest (https://flow.org/blog/2017/05/07/Strict-Function-Call-Arity/)
(a, b, c)
| 383 | |
| 384 | */ |
| 385 | function noop(a, b, c) { |
| 386 | } |
| 387 | |
| 388 | /** |
| 389 | * Always return false. |
nothing calls this directly
no outgoing calls
no test coverage detected