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

Method QueryNotifications

userapi/api/api_trace.go:179–183  ·  view source on GitHub ↗
(ctx context.Context, req *QueryNotificationsRequest, res *QueryNotificationsResponse)

Source from the content-addressed store, hash-verified

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))
182 return err
183}
184
185func (t *UserInternalAPITrace) SetAvatarURL(ctx context.Context, req *PerformSetAvatarURLRequest, res *PerformSetAvatarURLResponse) error {
186 err := t.Impl.SetAvatarURL(ctx, req, res)

Callers

nothing calls this directly

Calls 3

InfofMethod · 0.80
jsFunction · 0.70
QueryNotificationsMethod · 0.65

Tested by

no test coverage detected