| 74 | * - basic rate-limit backoff (single retry with bounded sleep) |
| 75 | */ |
| 76 | export class GitHubFetch { |
| 77 | /** |
| 78 | * @param {object} opts |
| 79 | * @param {string} opts.repo - "owner/name" |
nothing calls this directly
no outgoing calls
no test coverage detected