MCPcopy Create free account
hub / github.com/egonelbre/exp / Get

Method Get

site_test/api/server.go:12–12  ·  view source on GitHub ↗
(ctx context.Context)

Source from the content-addressed store, hash-verified

10
11type Users interface {
12 Get(ctx context.Context) (loaded []*user.User, err error)
13 Create(ctx context.Context, u *user.User) (created *user.User, err error)
14}
15

Callers 5

ClientFunction · 0.65
LeftMethod · 0.65
RightMethod · 0.65
mainFunction · 0.65
GetUsersMethod · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected