(msg)
| 461 | return fastify |
| 462 | |
| 463 | function throwIfAlreadyStarted (msg) { |
| 464 | if (fastify[kState].started) throw new FST_ERR_INSTANCE_ALREADY_LISTENING(msg) |
| 465 | } |
| 466 | |
| 467 | // HTTP injection handling |
| 468 | // If the server is not ready yet, this |
no outgoing calls
no test coverage detected