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

Method QueryThreePIDsForLocalpart

userapi/api/api_trace.go:221–225  ·  view source on GitHub ↗
(ctx context.Context, req *QueryThreePIDsForLocalpartRequest, res *QueryThreePIDsForLocalpartResponse)

Source from the content-addressed store, hash-verified

219}
220
221func (t *UserInternalAPITrace) QueryThreePIDsForLocalpart(ctx context.Context, req *QueryThreePIDsForLocalpartRequest, res *QueryThreePIDsForLocalpartResponse) error {
222 err := t.Impl.QueryThreePIDsForLocalpart(ctx, req, res)
223 util.GetLogger(ctx).Infof("QueryThreePIDsForLocalpart req=%+v res=%+v", js(req), js(res))
224 return err
225}
226
227func (t *UserInternalAPITrace) PerformForgetThreePID(ctx context.Context, req *PerformForgetThreePIDRequest, res *struct{}) error {
228 err := t.Impl.PerformForgetThreePID(ctx, req, res)

Callers

nothing calls this directly

Calls 3

InfofMethod · 0.80
jsFunction · 0.70

Tested by

no test coverage detected