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

Method QueryAccountAvailability

userapi/api/api_trace.go:197–201  ·  view source on GitHub ↗
(ctx context.Context, req *QueryAccountAvailabilityRequest, res *QueryAccountAvailabilityResponse)

Source from the content-addressed store, hash-verified

195}
196
197func (t *UserInternalAPITrace) QueryAccountAvailability(ctx context.Context, req *QueryAccountAvailabilityRequest, res *QueryAccountAvailabilityResponse) error {
198 err := t.Impl.QueryAccountAvailability(ctx, req, res)
199 util.GetLogger(ctx).Infof("QueryAccountAvailability req=%+v res=%+v", js(req), js(res))
200 return err
201}
202
203func (t *UserInternalAPITrace) SetDisplayName(ctx context.Context, req *PerformUpdateDisplayNameRequest, res *struct{}) error {
204 err := t.Impl.SetDisplayName(ctx, req, res)

Callers

nothing calls this directly

Calls 3

InfofMethod · 0.80
jsFunction · 0.70

Tested by

no test coverage detected