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

Method QueryNumericLocalpart

userapi/api/api_trace.go:191–195  ·  view source on GitHub ↗
(ctx context.Context, res *QueryNumericLocalpartResponse)

Source from the content-addressed store, hash-verified

189}
190
191func (t *UserInternalAPITrace) QueryNumericLocalpart(ctx context.Context, res *QueryNumericLocalpartResponse) error {
192 err := t.Impl.QueryNumericLocalpart(ctx, res)
193 util.GetLogger(ctx).Infof("QueryNumericLocalpart req= res=%+v", js(res))
194 return err
195}
196
197func (t *UserInternalAPITrace) QueryAccountAvailability(ctx context.Context, req *QueryAccountAvailabilityRequest, res *QueryAccountAvailabilityResponse) error {
198 err := t.Impl.QueryAccountAvailability(ctx, req, res)

Callers

nothing calls this directly

Calls 3

InfofMethod · 0.80
jsFunction · 0.70
QueryNumericLocalpartMethod · 0.65

Tested by

no test coverage detected