()
| 99 | } |
| 100 | |
| 101 | function getTrustStorePath(): string { |
| 102 | return path.join(getConfigDir(), "hook-trust.json") |
| 103 | } |
| 104 | |
| 105 | /** Normalized project hooks (known events only), or undefined if none. */ |
| 106 | function readProjectHooks(cwd: string): HooksConfig | undefined { |
no test coverage detected