(x: any)
| 74 | } |
| 75 | |
| 76 | const str = (x: any): string | undefined => (typeof x === 'string' && x.trim() ? x.trim() : undefined); |
| 77 | |
| 78 | /** |
| 79 | * Assemble a receipt from QodeX's OWN ground-truth signals (a git diff it ran, checkers it |
no outgoing calls
no test coverage detected