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

Method getArgCount

src/main/java/pascal/taie/ir/exp/InvokeExp.java:68–70  ·  view source on GitHub ↗

@return the number of the arguments of the invocation.

()

Source from the content-addressed store, hash-verified

66 * @return the number of the arguments of the invocation.
67 */
68 public int getArgCount() {
69 return args.size();
70 }
71
72 /**
73 * @return the i-th argument of the invocation.

Callers 6

visitMethod · 0.95
processCallEdgeMethod · 0.95
visitMethod · 0.80
visitMethod · 0.80
computeTypeInfoMethod · 0.80
isCompatiableMethod · 0.80

Calls 1

sizeMethod · 0.65

Tested by

no test coverage detected