MCPcopy Create free account
hub / github.com/akeranen/the-one / p

Method p

core/Debug.java:39–41  ·  view source on GitHub ↗

Prints text to output with level 0 @param txt text to print

(String txt)

Source from the content-addressed store, hash-verified

37 * @param txt text to print
38 */
39 public static void p(String txt) {
40 p(txt, 0, false);
41 }
42
43 /**
44 * Prints text to output given with level

Callers 6

connectMethod · 0.95
ptMethod · 0.95
setupMethod · 0.95
incomingBundleMethod · 0.95
transferDoneMethod · 0.80
updateMeetingProbForMethod · 0.80

Calls 1

getIntTimeMethod · 0.95

Tested by

no test coverage detected