MCPcopy Create free account
hub / github.com/nodejs/node / test-fs-promises-file-handle-writer.js

File test-fs-promises-file-handle-writer.js

test/parallel/test-fs-promises-file-handle-writer.js:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1// Flags: --experimental-stream-iter
2'use strict';
3
4const common = require('../common');

Callers

nothing calls this directly

Calls 15

testBasicWritevFunction · 0.85
testMixedWriteAndWritevFunction · 0.85
testEndReturnsTotalBytesFunction · 0.85
testAutoCloseOnEndFunction · 0.85
testAutoCloseOnFailFunction · 0.85
testStartOptionFunction · 0.85
testLockedStateFunction · 0.85
testUnlockAfterEndFunction · 0.85
testUnlockAfterFailFunction · 0.85
testWriteAfterEndRejectsFunction · 0.85
testClosedHandleFunction · 0.85

Tested by

no test coverage detected