MCPcopy Create free account
hub / github.com/btraceio/btrace / args

Method args

integration-tests/src/test/btrace/OnMethodTest.java:62–69  ·  view source on GitHub ↗
(@Self Object self, int i, String s)

Source from the content-addressed store, hash-verified

60 }
61
62 @OnMethod(clazz = "resources.Main", method = "callB")
63 public static void args(@Self Object self, int i, String s) {
64 tls -= 1;
65 ex--;
66 dump(var + " [this, args]");
67 var = "B";
68 println("prop: " + property("btrace.test"));
69 }
70
71 @OnMethod(clazz = "+resources.Main", method = "startWork")
72 public static void onSubtype() {

Callers

nothing calls this directly

Calls 3

dumpMethod · 0.95
printlnMethod · 0.45
propertyMethod · 0.45

Tested by

no test coverage detected