Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
19
public
final
Object form;
20
21
public
static
TaggedLiteral create(Symbol tag, Object form) {
22
return
new
TaggedLiteral(tag, form);
23
}
24
25
private
TaggedLiteral(Symbol tag, Object form){
26
this.tag = tag;
Callers
1
invoke
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected