| 9 | import rawMapping from "./generic/static-mapping.json"; |
| 10 | |
| 11 | class GenericRepoHandler implements RepoHandler { |
| 12 | name = "generic"; |
| 13 | getTools(_: RepoData, env: any, ctx: any): Array<Tool> { |
| 14 | console.debug("Creating tools for docs page"); |
nothing calls this directly
no outgoing calls
no test coverage detected