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

Method SetAvatarURL

userapi/api/api_trace.go:185–189  ·  view source on GitHub ↗
(ctx context.Context, req *PerformSetAvatarURLRequest, res *PerformSetAvatarURLResponse)

Source from the content-addressed store, hash-verified

183}
184
185func (t *UserInternalAPITrace) SetAvatarURL(ctx context.Context, req *PerformSetAvatarURLRequest, res *PerformSetAvatarURLResponse) error {
186 err := t.Impl.SetAvatarURL(ctx, req, res)
187 util.GetLogger(ctx).Infof("SetAvatarURL req=%+v res=%+v", js(req), js(res))
188 return err
189}
190
191func (t *UserInternalAPITrace) QueryNumericLocalpart(ctx context.Context, res *QueryNumericLocalpartResponse) error {
192 err := t.Impl.QueryNumericLocalpart(ctx, res)

Callers

nothing calls this directly

Calls 3

InfofMethod · 0.80
jsFunction · 0.70
SetAvatarURLMethod · 0.65

Tested by

no test coverage detected