Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/castello/spring_basic
/ getCount
Method
getCount
ch4/CommentServiceImpl.java:24–27 ·
view source on GitHub ↗
(Integer bno)
Source
from the content-addressed store, hash-verified
22
// }
23
24
@Override
25
public
int
getCount(Integer bno) throws Exception {
26
return
commentDao.count(bno);
27
}
28
29
@Override
30
Callers
nothing calls this directly
Calls
1
count
Method · 0.65
Tested by
no test coverage detected