Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/QuiltMC/chasm
/ ExampleEnum
Method
ExampleEnum
chasm/src/testData/java/other/ExampleEnum.java:12–14 ·
view source on GitHub ↗
(int value)
Source
from the content-addressed store, hash-verified
10
private
final
int
value;
11
12
ExampleEnum(
int
value) {
13
this.value = value;
14
}
15
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected