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

Method SetDisplayName

userapi/api/api_trace.go:203–207  ·  view source on GitHub ↗
(ctx context.Context, req *PerformUpdateDisplayNameRequest, res *struct{})

Source from the content-addressed store, hash-verified

201}
202
203func (t *UserInternalAPITrace) SetDisplayName(ctx context.Context, req *PerformUpdateDisplayNameRequest, res *struct{}) error {
204 err := t.Impl.SetDisplayName(ctx, req, res)
205 util.GetLogger(ctx).Infof("SetDisplayName req=%+v res=%+v", js(req), js(res))
206 return err
207}
208
209func (t *UserInternalAPITrace) QueryAccountByPassword(ctx context.Context, req *QueryAccountByPasswordRequest, res *QueryAccountByPasswordResponse) error {
210 err := t.Impl.QueryAccountByPassword(ctx, req, res)

Callers

nothing calls this directly

Calls 3

InfofMethod · 0.80
jsFunction · 0.70
SetDisplayNameMethod · 0.65

Tested by

no test coverage detected