<1 file seen, 17 structures shown, 1 excluded (.git/)>
2 hits in 2 structures for /retry/
leads: none (no name called in the hits is defined in another scanned file)
next: sct callers retry (only the real call sites, not comments or strings)

./basic.ts
- AuthService > validateToken (token: string) : boolean @49-51  (1 hit)
   50 | return retry(() => token.length > 0);
- retry (action: () => boolean, attempts: number = MAX_ATTEMPTS) : boolean @124-131  (1 hit)
   124 | function retry(action: () => boolean, attempts: number = MAX_ATTEMPTS): boolean {
[exit 0]
