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

Method PerformDeviceCreation

userapi/api/api_trace.go:80–84  ·  view source on GitHub ↗
(ctx context.Context, req *PerformDeviceCreationRequest, res *PerformDeviceCreationResponse)

Source from the content-addressed store, hash-verified

78}
79
80func (t *UserInternalAPITrace) PerformDeviceCreation(ctx context.Context, req *PerformDeviceCreationRequest, res *PerformDeviceCreationResponse) error {
81 err := t.Impl.PerformDeviceCreation(ctx, req, res)
82 util.GetLogger(ctx).Infof("PerformDeviceCreation req=%+v res=%+v", js(req), js(res))
83 return err
84}
85func (t *UserInternalAPITrace) PerformDeviceDeletion(ctx context.Context, req *PerformDeviceDeletionRequest, res *PerformDeviceDeletionResponse) error {
86 err := t.Impl.PerformDeviceDeletion(ctx, req, res)
87 util.GetLogger(ctx).Infof("PerformDeviceDeletion req=%+v res=%+v", js(req), js(res))

Callers

nothing calls this directly

Calls 3

InfofMethod · 0.80
jsFunction · 0.70
PerformDeviceCreationMethod · 0.65

Tested by

no test coverage detected