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

Method getArgs

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

@return a list of arguments of the invocation.

()

Source from the content-addressed store, hash-verified

82 * @return a list of arguments of the invocation.
83 */
84 public List<Var> getArgs() {
85 return args;
86 }
87
88 public abstract String getInvokeString();
89

Callers 3

transferCallEdgeMethod · 0.95
getInvokeExpMethod · 0.45
getInvokeDynamicMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected