MCPcopy Index your code
hub / github.com/clojure/clojure / set

Method set

src/jvm/clojure/lang/RT.java:1624–1626  ·  view source on GitHub ↗
(Object... init)

Source from the content-addressed store, hash-verified

1622}
1623
1624static public IPersistentSet set(Object... init){
1625 return PersistentHashSet.createWithCheck(init);
1626}
1627
1628static public IPersistentVector vector(Object... init){
1629 return LazilyPersistentVector.createOwning(init);

Callers 15

FISupportClass · 0.95
evalMethod · 0.95
ConditionalReaderClass · 0.95
doRunMethod · 0.45
restartMethod · 0.45
dispatchActionMethod · 0.45
releasePendingSendsMethod · 0.45
evalAssignMethod · 0.45
parseMethod · 0.45
LocalBindingExprMethod · 0.45
parseMethod · 0.45
registerLocalMethod · 0.45

Calls 1

createWithCheckMethod · 0.95

Tested by

no test coverage detected