Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/nodejs/node
/ isPosixPathSeparator
Function
isPosixPathSeparator
lib/path.js:69–71 ·
view source on GitHub ↗
(code)
Source
from the content-addressed store, hash-verified
67
}
68
69
function
isPosixPathSeparator(code) {
70
return
code === CHAR_FORWARD_SLASH;
71
}
72
73
const
WINDOWS_RESERVED_NAMES = [
74
'CON'
,
'PRN'
,
'AUX'
,
'NUL'
,
Callers
1
normalize
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…