(_name: string)
| 2 | // All features return false - matches external/public build behavior |
| 3 | // This avoids loading codepaths that depend on missing internal directories |
| 4 | export function feature(_name: string): boolean { |
| 5 | return false |
| 6 | } |
no outgoing calls
no test coverage detected