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

Method getParam

src/main/java/pascal/taie/ir/IRBuildHelper.java:105–107  ·  view source on GitHub ↗
(int i)

Source from the content-addressed store, hash-verified

103 }
104
105 public Var getParam(int i) {
106 return params.get(i);
107 }
108
109 /**
110 * @return the return variable of the IR being built.

Callers 1

initModelsMethod · 0.95

Calls 1

getMethod · 0.65

Tested by

no test coverage detected