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

Method PerformPasswordUpdate

userapi/api/api_trace.go:74–78  ·  view source on GitHub ↗
(ctx context.Context, req *PerformPasswordUpdateRequest, res *PerformPasswordUpdateResponse)

Source from the content-addressed store, hash-verified

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))
77 return err
78}
79
80func (t *UserInternalAPITrace) PerformDeviceCreation(ctx context.Context, req *PerformDeviceCreationRequest, res *PerformDeviceCreationResponse) error {
81 err := t.Impl.PerformDeviceCreation(ctx, req, res)

Callers

nothing calls this directly

Calls 3

InfofMethod · 0.80
jsFunction · 0.70
PerformPasswordUpdateMethod · 0.65

Tested by

no test coverage detected