Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Garten/sourcecraft
/ setLongName
Method
setLongName
src/periphery/SourceGame.java:80–83 ·
view source on GitHub ↗
(String nameLong)
Source
from the content-addressed store, hash-verified
78
}
79
80
public
SourceGame setLongName(String nameLong) {
81
this.nameLong = nameLong;
82
return
this;
83
}
84
85
public
String getLongName() {
86
return
this.nameLong;
Callers
1
createDefaults
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected