Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/castello/spring_basic
/ getWriter
Method
getWriter
ch4/BoardDto.java:52–54 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
50
this.content = content;
51
}
52
public
String getWriter() {
53
return
writer;
54
}
55
public
void
setWriter(String writer) {
56
this.writer = writer;
57
}
Callers
6
deleteTest
Method · 0.95
service
Method · 0.80
render
Method · 0.80
main
Method · 0.80
main
Method · 0.80
service
Method · 0.80
Calls
no outgoing calls
Tested by
1
deleteTest
Method · 0.76