Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/castello/spring_basic
/ getView_cnt
Method
getView_cnt
ch4/BoardDto.java:58–60 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
56
this.writer = writer;
57
}
58
public
int
getView_cnt() {
59
return
view_cnt;
60
}
61
public
void
setView_cnt(
int
view_cnt) {
62
this.view_cnt = view_cnt;
63
}
Callers
1
increaseViewCntTest
Method · 0.95
Calls
no outgoing calls
Tested by
1
increaseViewCntTest
Method · 0.76