Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/nodejs/node
/ testSync
Function
testSync
test/parallel/test-fs-symlink-dir.js:29–32 ·
view source on GitHub ↗
(target, path)
Source
from the content-addressed store, hash-verified
27
];
28
29
function
testSync(target, path) {
30
fs.symlinkSync(target, path);
31
fs.readdirSync(path);
32
}
33
34
function
testAsync(target, path) {
35
fs.symlink(target, path, common.mustSucceed(() => {
Callers
1
test-fs-symlink-dir.js
File · 0.85
Calls
4
assert
Function · 0.50
symlinkSync
Method · 0.45
readdirSync
Method · 0.45
existsSync
Method · 0.45
Tested by
no test coverage detected