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

Method add

src/test/resources/pta/taint/TwoObjectTaint.java:23–25  ·  view source on GitHub ↗
(String e)

Source from the content-addressed store, hash-verified

21 String element;
22
23 void add(String e) {
24 this.element = e;
25 }
26
27 Iterator iterator() {
28 return new ListIterator();

Callers 1

mainMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected