Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/egonelbre/exp
/ Create
Method
Create
site_test/api/server.go:13–13 ·
view source on GitHub ↗
(ctx context.Context, u *user.User)
Source
from the content-addressed store, hash-verified
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
16
type
Config
struct
{
Callers
9
run
Function · 0.65
main
Function · 0.65
main
Function · 0.65
save
Function · 0.65
Create
Method · 0.65
Create
Method · 0.65
CreateUser
Method · 0.65
main
Function · 0.65
runtee
Function · 0.65
Calls
no outgoing calls
Tested by
no test coverage detected