Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/nodejs/node-addon-api
/ escapeBackslashes
Function
escapeBackslashes
test/common/index.js:10–10 ·
view source on GitHub ↗
(pathString)
Source
from the content-addressed store, hash-verified
8
const
readline = require(
'readline'
);
9
10
const
escapeBackslashes = (pathString) => pathString.split(
'\\'
).join(
'\\\\'
);
11
12
const
noop = () => {};
13
Callers
1
index.js
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected