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

Method PerformDeviceUpdate

userapi/api/api_trace.go:95–99  ·  view source on GitHub ↗
(ctx context.Context, req *PerformDeviceUpdateRequest, res *PerformDeviceUpdateResponse)

Source from the content-addressed store, hash-verified

93 return err
94}
95func (t *UserInternalAPITrace) PerformDeviceUpdate(ctx context.Context, req *PerformDeviceUpdateRequest, res *PerformDeviceUpdateResponse) error {
96 err := t.Impl.PerformDeviceUpdate(ctx, req, res)
97 util.GetLogger(ctx).Infof("PerformDeviceUpdate req=%+v res=%+v", js(req), js(res))
98 return err
99}
100func (t *UserInternalAPITrace) PerformAccountDeactivation(ctx context.Context, req *PerformAccountDeactivationRequest, res *PerformAccountDeactivationResponse) error {
101 err := t.Impl.PerformAccountDeactivation(ctx, req, res)
102 util.GetLogger(ctx).Infof("PerformAccountDeactivation req=%+v res=%+v", js(req), js(res))

Callers

nothing calls this directly

Calls 3

InfofMethod · 0.80
jsFunction · 0.70
PerformDeviceUpdateMethod · 0.65

Tested by

no test coverage detected