Code
Hub
Trending
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
164
function
mktmp() {
165
fs.mkdtemp(
'fstemp1'
, (err, fp) => {
166
fs.rmdir(fp, () => {});
167
});
168
}
169
170
function
open() {
171
const
fs = require(
'fs'
);
Callers
nothing calls this directly
Calls
2
mkdtemp
Method · 0.80
rmdir
Method · 0.45
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…