MCPcopy Index your code
hub / github.com/dianping/cat / forGroup

Method forGroup

lib/java/src/main/java/com/dianping/cat/util/Threads.java:40–42  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

38 }
39
40 public static ThreadGroupManager forGroup() {
41 return manager.getThreadGroupManager("Background");
42 }
43
44 public static ThreadGroupManager forGroup(String name) {
45 return manager.getThreadGroupManager(name);

Callers 2

initializeInternalMethod · 0.95
initializeMethod · 0.95

Calls 1

getThreadGroupManagerMethod · 0.45

Tested by

no test coverage detected