Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/castello/spring_basic
/ getCount
Method
getCount
ch4/BoardServiceImpl.java:15–18 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
13
BoardDao boardDao;
14
15
@Override
16
public
int
getCount() throws Exception {
17
return
boardDao.count();
18
}
19
20
@Override
21
public
int
remove(Integer bno, String writer) throws Exception {
Callers
nothing calls this directly
Calls
1
count
Method · 0.65
Tested by
no test coverage detected