(instance, name)
| 142 | } |
| 143 | |
| 144 | function assertNotStarted (instance, name) { |
| 145 | if (instance[kState].started) { |
| 146 | throw new FST_ERR_DEC_AFTER_START(name) |
| 147 | } |
| 148 | } |
| 149 | |
| 150 | module.exports = { |
| 151 | add: decorateFastify, |
no outgoing calls
no test coverage detected