MCPcopy Create free account
hub / github.com/OpenEndedGroup/Field2 / add

Method add

src/main/java/fieldbox/execution/JavaSupport.java:825–829  ·  view source on GitHub ↗
(boolean first, List<T> l, T x)

Source from the content-addressed store, hash-verified

823 } catch (java.lang.reflect.InaccessibleObjectException e) {
824 // well, hello jigsaw...
825 }
826 return object;
827 }
828
829 private <T> void add(boolean first, List<T> l, T x) {
830
831 if (first) l.add(0, x);
832 else l.add(x);

Callers 9

JavaSupportMethod · 0.45
preVisitDirectoryMethod · 0.45
indexSrcTreeMethod · 0.45
visitFileMethod · 0.45
indexSrcZipMethod · 0.45
curryMethod · 0.45
checkOverlapNamesMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected