MCPcopy
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
19type InMemoryRepo struct {
20 users map[int]*User
21}
22
23func 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