MCPcopy
hub / github.com/amqp-node/amqplib / channel.test.js

File channel.test.js

test/channel.test.js:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1const { describe, it, beforeEach, afterEach } = require('node:test');
2const assert = require('node:assert');
3const promisify = require('node:util').promisify;
4const Channel = require('../lib/channel').Channel;

Callers

nothing calls this directly

Calls 15

channelTestFunction · 0.85
openFunction · 0.85
cbFunction · 0.85
baseChannelTestFunction · 0.85
waitFunction · 0.85
sendFunction · 0.85
latchFunction · 0.85
failureCbFunction · 0.85
completesFunction · 0.85
confirmTestFunction · 0.85
_rpcMethod · 0.80
pushConfirmCallbackMethod · 0.80

Tested by

no test coverage detected