Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GraxCode/zelixkiller
/ setDesc
Method
setDesc
src/me/lpk/mapping/MappedObject.java:56–58 ·
view source on GitHub ↗
Updates the new desc.
(String desc)
Source
from the content-addressed store, hash-verified
54
* Updates the
new
desc.
55
*/
56
public
void
setDesc(String desc) {
57
this.desc = desc;
58
}
59
60
/**
61
* Returns
if
the object has been renamed.
Callers
1
read
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected