(loc: Location)
| 128 | } |
| 129 | |
| 130 | describePaths(loc: Location): string[] { |
| 131 | if (loc !== 'global') return []; |
| 132 | return [tomlConfigPath(), instructionsPath()]; |
| 133 | } |
| 134 | } |
| 135 | |
| 136 | function buildCodegraphBlock(): string { |
nothing calls this directly
no test coverage detected