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

safe-global / safe-client-gateway / 8702424156

16 Apr 2024 08:28AM UTC coverage: 92.486% (-0.6%) from 93.056%
8702424156

Pull #1412

github

web-flow
Merge c8e6ba3a3 into e277b80d1
Pull Request #1412: Add QueuesApi datasource

1905 of 2301 branches covered (82.79%)

Branch coverage included in aggregate %.

0 of 53 new or added lines in 6 files covered. (0.0%)

3 existing lines in 1 file now uncovered.

6773 of 7082 relevant lines covered (95.64%)

311.79 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