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

Method remove

src/main/java/field/utility/Dict.java:689–692  ·  view source on GitHub ↗
(Prop<T> t)

Source from the content-addressed store, hash-verified

687 }
688
689 public <T> T remove(Prop<T> t) {
690 Object x = dictionary.remove(t);
691 return (T) x;
692 }
693
694 public long longHash() {
695 long start = 1;

Callers 15

asMap_deleteMethod · 0.95
appendRemoteOutputToLineFunction · 0.45
serializeAllOutputFunction · 0.45
makePathForHandlesFunction · 0.45
sortConflictsFunction · 0.45
brackets.jsFile · 0.45
makeColorPickerFunction · 0.45
wFunction · 0.45
DFunction · 0.45
JFunction · 0.45
jeFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected