MCPcopy Create free account
hub / github.com/HumbleUI/Skija / log

Method log

examples/kwinit/src_java/Main.java:21–24  ·  view source on GitHub ↗
(Object... msg)

Source from the content-addressed store, hash-verified

19 }
20
21 public static void log(Object... msg) {
22 if (verbose)
23 System.out.println(Arrays.stream(msg).map(Object::toString).collect(Collectors.joining(" ")));
24 }
25
26 public long window = -1;
27 public float scale = 1f;

Callers 3

runMethod · 0.95
onKeyDownMethod · 0.95
handleUserEventMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected