MCPcopy Index your code
hub / github.com/coder/coder / newNoopStoreSyncer

Function newNoopStoreSyncer

coderd/notifications/notifications_test.go:2265–2267  ·  view source on GitHub ↗
(db notifications.Store)

Source from the content-addressed store, hash-verified

2263}
2264
2265func newNoopStoreSyncer(db notifications.Store) *noopStoreSyncer {
2266 return &noopStoreSyncer{newAcquireSignalingInterceptor(db)}
2267}
2268
2269func (*noopStoreSyncer) BulkMarkNotificationMessagesSent(_ context.Context, arg database.BulkMarkNotificationMessagesSentParams) (int64, error) {
2270 return int64(len(arg.IDs)), nil

Callers 1

Calls 1

Tested by

no test coverage detected