Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/tirth8205/code-review-graph
/ InMemoryRepo
Struct
InMemoryRepo
tests/fixtures/sample_go.go:19–21 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
17
}
18
19
type
InMemoryRepo
struct
{
20
users
map
[int]*User
21
}
22
23
func
NewInMemoryRepo() *InMemoryRepo {
24
return
&InMemoryRepo{users: make(
map
[int]*User)}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected