Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
11
type
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
Client
Function · 0.65
Left
Method · 0.65
Right
Method · 0.65
main
Function · 0.65
GetUsers
Method · 0.65
Calls
no outgoing calls
Tested by
no test coverage detected