MCPcopy Create free account
hub / github.com/OpenDDS/OpenDDS / createWorker

Method createWorker

java/tests/multirepo/MultiRepoBase.java:47–49  ·  view source on GitHub ↗
(int domainId)

Source from the content-addressed store, hash-verified

45 }
46
47 protected static MultiRepoWorker createWorker(int domainId) {
48 return new MultiRepoWorker(createParticipant(domainId));
49 }
50
51 protected static void tearDown() {
52 while (!participants.isEmpty()) {

Callers 2

mainMethod · 0.80
mainMethod · 0.80

Calls 1

createParticipantMethod · 0.95

Tested by

no test coverage detected