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

Method build

src/main/java/fieldbox/io/EDN.java:84–86  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

82// return Collections.unmodifiableSet(this.set);
83// }
84 public Object build() {
85 return new LinkedHashSet(this.set);
86 }
87 };
88 }
89 });

Callers 7

WatchesClass · 0.45
PluginListMethod · 0.45
EDNMethod · 0.45
coalleseAndSendMethod · 0.45
ConversionsClass · 0.45
convertFullyMethod · 0.45
LogClass · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected