| 52 | * See: ANUS Handbook, Chapter 2, Section "Penetrating the System" |
| 53 | */ |
| 54 | export class LoopDetectionService { |
| 55 | private readonly config: Config; |
| 56 | private promptId = ''; |
| 57 |
nothing calls this directly
no outgoing calls
no test coverage detected