MCPcopy Index your code
hub / github.com/nodejs/node / mktmp

Function mktmp

test/parallel/test-trace-events-fs-async.js:164–168  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

162}
163
164function mktmp() {
165 fs.mkdtemp('fstemp1', (err, fp) => {
166 fs.rmdir(fp, () => {});
167 });
168}
169
170function open() {
171 const fs = require('fs');

Callers

nothing calls this directly

Calls 2

mkdtempMethod · 0.80
rmdirMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…