Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GCMiner/GCMiner
/ setGrade
Method
setGrade
src/test/java/examples/Student.java:19–21 ·
view source on GitHub ↗
(int grade)
Source
from the content-addressed store, hash-verified
17
}
18
19
public
void
setGrade(
int
grade) {
20
this.grade = grade;
21
}
22
23
private
int
grade;
24
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected