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

Class Box

src/test/resources/pta/misc/Zipper.java:42–53  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

40}
41
42class Box {
43
44 private Object item;
45
46 void set(Object item) {
47 this.item = item;
48 }
49
50 Object get() {
51 return item;
52 }
53}
54
55class Collection {
56

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected