MCPcopy 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

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
16type Config struct {

Callers 9

runFunction · 0.65
mainFunction · 0.65
mainFunction · 0.65
saveFunction · 0.65
CreateMethod · 0.65
CreateMethod · 0.65
CreateUserMethod · 0.65
mainFunction · 0.65
runteeFunction · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected