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