(artifact: string)
| 21 | } |
| 22 | |
| 23 | append(artifact: string) { |
| 24 | this.currentArtifact += artifact; |
| 25 | } |
| 26 | |
| 27 | parse() { |
| 28 | const latestActionStart = this.currentArtifact.split("\n").findIndex((line) => line.includes("<boltAction type=")); |
no outgoing calls
no test coverage detected