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

Method apply

src/main/java/pascal/taie/util/TriFunction.java:47–47  ·  view source on GitHub ↗

Applies this function to the given arguments. @param t the first input argument @param u the second function argument @param v the third function argument @return the function result

(T t, U u, V v)

Source from the content-addressed store, hash-verified

45 * @return the function result
46 */
47 R apply(T t, U u, V v);
48}

Callers 15

getValueMethod · 0.65
mainMethod · 0.65
mainMethod · 0.65
mainMethod · 0.65
mainMethod · 0.65
testMethod · 0.65
buildStmtsMethod · 0.65
caseAssignStmtMethod · 0.65
getVarMethod · 0.65
getLocalOrConstantMethod · 0.65
buildNewMethod · 0.65
buildBinaryMethod · 0.65

Implementers 1

TypeFiltersrc/main/java/pascal/taie/analysis/pta

Calls

no outgoing calls

Tested by 6

getValueMethod · 0.52
mainMethod · 0.52
mainMethod · 0.52
mainMethod · 0.52
mainMethod · 0.52
testMethod · 0.52