Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/tirth8205/code-review-graph
/ findById
Method
findById
tests/fixtures/SpringDI.java:15–15 ·
view source on GitHub ↗
(Long id)
Source
from the content-addressed store, hash-verified
13
public
interface
OrderRepository {
14
void
save(Order order);
15
Order findById(Long id);
16
}
17
18
// @Repository stereotype — Spring-managed bean
Callers
3
notify
Method · 0.65
sample_vitest.test.ts
File · 0.65
getUser
Method · 0.65
Implementers
3
JpaOrderRepository
tests/fixtures/SpringDI.java
InMemoryRepo
tests/fixtures/sample_go.go
UserRepository
tests/fixtures/sample_typescript.ts
Calls
no outgoing calls
Tested by
1
notify
Method · 0.52