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

Method QueryPushRules

userapi/api/api_trace.go:174–178  ·  view source on GitHub ↗
(ctx context.Context, req *QueryPushRulesRequest, res *QueryPushRulesResponse)

Source from the content-addressed store, hash-verified

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))
177 return err
178}
179func (t *UserInternalAPITrace) QueryNotifications(ctx context.Context, req *QueryNotificationsRequest, res *QueryNotificationsResponse) error {
180 err := t.Impl.QueryNotifications(ctx, req, res)
181 util.GetLogger(ctx).Infof("QueryNotifications req=%+v res=%+v", js(req), js(res))

Callers

nothing calls this directly

Calls 3

InfofMethod · 0.80
jsFunction · 0.70
QueryPushRulesMethod · 0.65

Tested by

no test coverage detected