MCPcopy Create free account
hub / github.com/daodst/chat / PerformAccountCreation

Method PerformAccountCreation

userapi/api/api_trace.go:69–73  ·  view source on GitHub ↗
(ctx context.Context, req *PerformAccountCreationRequest, res *PerformAccountCreationResponse)

Source from the content-addressed store, hash-verified

67 return err
68}
69func (t *UserInternalAPITrace) PerformAccountCreation(ctx context.Context, req *PerformAccountCreationRequest, res *PerformAccountCreationResponse) error {
70 err := t.Impl.PerformAccountCreation(ctx, req, res)
71 util.GetLogger(ctx).Infof("PerformAccountCreation req=%+v res=%+v", js(req), js(res))
72 return err
73}
74func (t *UserInternalAPITrace) PerformPasswordUpdate(ctx context.Context, req *PerformPasswordUpdateRequest, res *PerformPasswordUpdateResponse) error {
75 err := t.Impl.PerformPasswordUpdate(ctx, req, res)
76 util.GetLogger(ctx).Infof("PerformPasswordUpdate req=%+v res=%+v", js(req), js(res))

Callers

nothing calls this directly

Calls 3

InfofMethod · 0.80
jsFunction · 0.70

Tested by

no test coverage detected