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

Method Keyword

src/jvm/clojure/lang/Keyword.java:63–66  ·  view source on GitHub ↗
(Symbol sym)

Source from the content-addressed store, hash-verified

61}
62
63private Keyword(Symbol sym){
64 this.sym = sym;
65 hasheq = sym.hasheq() + 0x9e3779b9;
66}
67
68public static Keyword find(Symbol sym){
69 Reference<Keyword> ref = table.get(sym);

Callers

nothing calls this directly

Calls 1

hasheqMethod · 0.65

Tested by

no test coverage detected