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

Method invoke

src/test/resources/world/AllInOne.java:130–141  ·  view source on GitHub ↗
(int x, I i)

Source from the content-addressed store, hash-verified

128 }
129
130 void invoke(int x, I i) {
131 // invokevirtual
132 int a = foo(x);
133 // invokeinterface
134 Object r = i.goo();
135 // invokespecial
136 AllInOne o = new AllInOne();
137 super.toString();
138 hidden();
139 // invokestatic
140 bar(10, null);
141 }
142
143 int returnInt(int x) {
144 if (x > 0) {

Callers

nothing calls this directly

Calls 5

fooMethod · 0.95
hiddenMethod · 0.95
barMethod · 0.95
gooMethod · 0.65
toStringMethod · 0.65

Tested by

no test coverage detected