MCPcopy Create free account
hub / github.com/GCMiner/GCMiner / main

Method main

src/test/java/Monitor.java:65–70  ·  view source on GitHub ↗
(String[] args)

Source from the content-addressed store, hash-verified

63 }
64
65 public static void main(String[] args) throws Exception{
66 Monitor m = new Monitor();
67 // 由于类冻结问题,两个方法不可同时调用
68// m.studentLearnMonitor();
69 m.studentDisplayMonitor();
70 }
71
72}

Callers

nothing calls this directly

Calls 1

studentDisplayMonitorMethod · 0.95

Tested by

no test coverage detected