Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/nodejs/node
/ debuglog
Function
debuglog
test/parallel/test-fs-open-no-close.js:11–13 ·
view source on GitHub ↗
(arg)
Source
from the content-addressed store, hash-verified
9
const
fs = require(
'fs'
);
10
11
const
debuglog = (arg) => {
12
console.log(
new
Date().toLocaleString(), arg);
13
};
14
15
const
tmpdir = require(
'../common/tmpdir'
);
16
tmpdir.refresh();
Callers
7
test-bash-completion.js
File · 0.70
test-net-throttle.js
File · 0.70
test-fs-open-no-close.js
File · 0.70
test-hash-seed.mjs
File · 0.70
test-child-process-spawnsync-timeout.js
File · 0.70
test-process-exit-code-validation.js
File · 0.70
providers.cjs
File · 0.50
Calls
1
log
Method · 0.45
Tested by
no test coverage detected