(args: string[], opts?: { cwd?: string; input?: string })
| 24 | } |
| 25 | |
| 26 | function checkIntercept(args: string[], opts?: { cwd?: string; input?: string }) { |
| 27 | if (!_interceptor) return null; |
| 28 | return _interceptor(args, opts); |
| 29 | } |
| 30 | |
| 31 | // ---- String-based commands (for static/trusted command strings only) ---- |
| 32 |
no outgoing calls
no test coverage detected
searching dependent graphs…