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

Method create

src/jvm/clojure/lang/TaggedLiteral.java:21–23  ·  view source on GitHub ↗
(Symbol tag, Object form)

Source from the content-addressed store, hash-verified

19public final Object form;
20
21public static TaggedLiteral create(Symbol tag, Object form) {
22 return new TaggedLiteral(tag, form);
23}
24
25private TaggedLiteral(Symbol tag, Object form){
26 this.tag = tag;

Callers 1

invokeMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected