MCPcopy Index your code
hub / github.com/nodejs/node / test-diagnostics-channel-has-subscribers.js

File test-diagnostics-channel-has-subscribers.js

test/parallel/test-diagnostics-channel-has-subscribers.js:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1'use strict';
2require('../common');
3const assert = require('assert');
4const { channel, hasSubscribers } = require('diagnostics_channel');

Callers

nothing calls this directly

Calls 5

channelFunction · 0.85
hasSubscribersFunction · 0.85
requireFunction · 0.50
okMethod · 0.45
subscribeMethod · 0.45

Tested by

no test coverage detected