MCPcopy Create free account
hub / github.com/LFYSec/MScan / main

Method main

src/test/resources/cha/MaxPQ.java:177–181  ·  view source on GitHub ↗

Unit tests the MaxPQ data type. @param args the command-line arguments

(String[] args)

Source from the content-addressed store, hash-verified

175 * @param args the command-line arguments
176 */
177 public static void main(String[] args) {
178 MaxPQ pq = new MaxPQ();
179 pq.insert(123);
180 pq.delMax();
181 }
182
183}

Callers

nothing calls this directly

Calls 2

insertMethod · 0.95
delMaxMethod · 0.95

Tested by

no test coverage detected