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

Method QueryPushers

userapi/api/api_trace.go:169–173  ·  view source on GitHub ↗
(ctx context.Context, req *QueryPushersRequest, res *QueryPushersResponse)

Source from the content-addressed store, hash-verified

167 return err
168}
169func (t *UserInternalAPITrace) QueryPushers(ctx context.Context, req *QueryPushersRequest, res *QueryPushersResponse) error {
170 err := t.Impl.QueryPushers(ctx, req, res)
171 util.GetLogger(ctx).Infof("QueryPushers req=%+v res=%+v", js(req), js(res))
172 return err
173}
174func (t *UserInternalAPITrace) QueryPushRules(ctx context.Context, req *QueryPushRulesRequest, res *QueryPushRulesResponse) error {
175 err := t.Impl.QueryPushRules(ctx, req, res)
176 util.GetLogger(ctx).Infof("QueryPushRules req=%+v res=%+v", js(req), js(res))

Callers

nothing calls this directly

Calls 3

InfofMethod · 0.80
jsFunction · 0.70
QueryPushersMethod · 0.65

Tested by

no test coverage detected