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

Method getMyGroup

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

Source from the content-addressed store, hash-verified

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 }
751 public getMyTest(sessionID: string, id: number): TestNode | undefined {
752 return this.testsById.get(`${sessionID}_${id}`);
753 }

Callers 2

groupDiscoveredMethod · 0.80
testDiscoveredMethod · 0.80

Calls 1

getMethod · 0.45

Tested by

no test coverage detected