MCPcopy Create free account
hub / github.com/Dart-Code/Dart-Code / getCurrentTest

Method getCurrentTest

src/shared/test/test_model.ts:745–747  ·  view source on GitHub ↗
(sessionID: string, id: number)

Source from the content-addressed store, hash-verified

743 return uniq([...this.testsById.values()]);
744 }
745 public getCurrentTest(sessionID: string, id: number) {
746 return this.testsById.get(`${sessionID}_${id}`);
747 }
748 public getMyGroup(sessionID: string, id: number): GroupNode | undefined {
749 return this.groupsById.get(`${sessionID}_${id}`);
750 }

Callers 6

testDoneMethod · 0.80
testOutputMethod · 0.80
testErrorOutputMethod · 0.80

Calls 1

getMethod · 0.45

Tested by

no test coverage detected