Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Neop/mudmap2
/ setComments
Method
setComments
src/main/java/mudmap2/backend/Place.java:194–196 ·
view source on GitHub ↗
Sets the comments @param comments
(String comments)
Source
from the content-addressed store, hash-verified
192
* @param comments
193
*/
194
public
void
setComments(String comments) {
195
this.comments = comments;
196
}
197
198
/**
199
* Gets the paths connected to an exit
Callers
6
testGetComments
Method · 0.95
testMatchKeywords
Method · 0.95
testReadWriteFile
Method · 0.95
testReadWriteFile
Method · 0.95
readFile
Method · 0.95
save
Method · 0.80
Calls
no outgoing calls
Tested by
4
testGetComments
Method · 0.76
testMatchKeywords
Method · 0.76
testReadWriteFile
Method · 0.76
testReadWriteFile
Method · 0.76