MCPcopy Index your code
hub / github.com/coderoad/coderoad-vscode / addCurrentDetails

Function addCurrentDetails

src/services/testRunner/parser.ts:69–75  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

67 let logs: string[] = []
68
69 const addCurrentDetails = () => {
70 const failLength: number = result.failed.length
71 if (currentDetails && !!failLength) {
72 result.failed[failLength - 1].details = currentDetails
73 currentDetails = null
74 }
75 }
76
77 for (const line of lines) {
78 if (!line.length || !!r.ignore.exec(line)) {

Callers 1

parserFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected