Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/QuiltMC/chasm
/ ExampleRecord
Class
ExampleRecord
chasm/src/testData/java/other/ExampleClass.java:80–82 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
78
@SimpleAnnotation(
"second"
) String second);
79
80
public
static
record ExampleRecord(Integer first, String second) {
81
82
}
83
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected