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

Method QueryLocalpartForThreePID

userapi/api/api_trace.go:215–219  ·  view source on GitHub ↗
(ctx context.Context, req *QueryLocalpartForThreePIDRequest, res *QueryLocalpartForThreePIDResponse)

Source from the content-addressed store, hash-verified

213}
214
215func (t *UserInternalAPITrace) QueryLocalpartForThreePID(ctx context.Context, req *QueryLocalpartForThreePIDRequest, res *QueryLocalpartForThreePIDResponse) error {
216 err := t.Impl.QueryLocalpartForThreePID(ctx, req, res)
217 util.GetLogger(ctx).Infof("QueryLocalpartForThreePID req=%+v res=%+v", js(req), js(res))
218 return err
219}
220
221func (t *UserInternalAPITrace) QueryThreePIDsForLocalpart(ctx context.Context, req *QueryThreePIDsForLocalpartRequest, res *QueryThreePIDsForLocalpartResponse) error {
222 err := t.Impl.QueryThreePIDsForLocalpart(ctx, req, res)

Callers

nothing calls this directly

Calls 3

InfofMethod · 0.80
jsFunction · 0.70

Tested by

no test coverage detected