MCPcopy Create free account
hub / github.com/nodejs/node / test-worker-track-unmanaged-fds.js

File test-worker-track-unmanaged-fds.js

test/parallel/test-worker-track-unmanaged-fds.js:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1'use strict';
2const common = require('../common');
3const assert = require('assert');
4const { Worker, isMainThread } = require('worker_threads');

Callers

nothing calls this directly

Calls 11

allMethod · 0.80
fstatSyncMethod · 0.80
onceFunction · 0.70
matchMethod · 0.65
requireFunction · 0.50
assertFunction · 0.50
skipMethod · 0.45
thenMethod · 0.45
closeSyncMethod · 0.45
postMessageMethod · 0.45
openSyncMethod · 0.45

Tested by

no test coverage detected