Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/castello/spring_basic
/ setWriter
Method
setWriter
ch4/BoardDto.java:55–57 ·
view source on GitHub ↗
(String writer)
Source
from the content-addressed store, hash-verified
53
return
writer;
54
}
55
public
void
setWriter(String writer) {
56
this.writer = writer;
57
}
58
public
int
getView_cnt() {
59
return
view_cnt;
60
}
Callers
4
modify
Method · 0.80
write
Method · 0.80
modify
Method · 0.80
write
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected