Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/castello/spring_basic
/ setTitle
Method
setTitle
ch4/BoardDto.java:43–45 ·
view source on GitHub ↗
(String title)
Source
from the content-addressed store, hash-verified
41
return
title;
42
}
43
public
void
setTitle(String title) {
44
this.title = title;
45
}
46
public
String getContent() {
47
return
content;
48
}
Callers
1
updateTest
Method · 0.95
Calls
no outgoing calls
Tested by
1
updateTest
Method · 0.76