| 10 | */ |
| 11 | |
| 12 | export class ArtifactProcessor { |
| 13 | public currentArtifact: string; |
| 14 | private onFileContent: (filePath: string, fileContent: string) => void; |
| 15 | private onShellCommand: (shellCommand: string) => void; |
nothing calls this directly
no outgoing calls
no test coverage detected