Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Garten/sourcecraft
/ setShortName
Method
setShortName
src/periphery/SourceGame.java:89–92 ·
view source on GitHub ↗
(String nameShort)
Source
from the content-addressed store, hash-verified
87
}
88
89
public
SourceGame setShortName(String nameShort) {
90
this.nameShort = nameShort;
91
return
this;
92
}
93
94
public
String getShortName() {
95
return
this.nameShort;
Callers
1
createDefaults
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected