• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

safe-global / safe-client-gateway / 8720489682

17 Apr 2024 10:39AM UTC coverage: 92.659% (-0.4%) from 93.068%
8720489682

Pull #1412

github

web-flow
Update src/datasources/queues/queues-api.service.ts

Co-authored-by: Aaron Cook <aaron@safe.global>
Pull Request #1412: Add QueuesApi datasource

1906 of 2301 branches covered (82.83%)

Branch coverage included in aggregate %.

15 of 53 new or added lines in 6 files covered. (28.3%)

4 existing lines in 1 file now uncovered.

6803 of 7098 relevant lines covered (95.84%)

308.53 hits per line

Source File
Press 'n' to go to next uncovered line, 'b' for previous

0.0
/src/domain/interfaces/queue-readiness.interface.ts
NEW
1
export const QueueReadiness = Symbol('IQueueReadiness');
×
2

3
export interface IQueueReadiness {
4
  /**
5
   * Checks if the configured queue consumer is connected.
6
   *
7
   * @returns true if the underlying queue consumer is connected to the AMQP server.
8
   */
9
  isReady(): boolean;
10
}
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc