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

Method InputAccountData

userapi/api/api_trace.go:64–68  ·  view source on GitHub ↗
(ctx context.Context, req *InputAccountDataRequest, res *InputAccountDataResponse)

Source from the content-addressed store, hash-verified

62}
63
64func (t *UserInternalAPITrace) InputAccountData(ctx context.Context, req *InputAccountDataRequest, res *InputAccountDataResponse) error {
65 err := t.Impl.InputAccountData(ctx, req, res)
66 util.GetLogger(ctx).Infof("InputAccountData req=%+v res=%+v", js(req), js(res))
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))

Callers

nothing calls this directly

Calls 3

InfofMethod · 0.80
jsFunction · 0.70
InputAccountDataMethod · 0.65

Tested by

no test coverage detected