(rootPath: string)
| 120 | } |
| 121 | |
| 122 | function resolvePluginDir(rootPath: string): string { |
| 123 | return join(rootPath, 'plugins'); |
| 124 | } |
| 125 | |
| 126 | /** |
| 127 | * `rootPath` is a HAPI-managed directory only when it lives under |
no outgoing calls
no test coverage detected