MCPcopy 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
69function isPosixPathSeparator(code) {
70 return code === CHAR_FORWARD_SLASH;
71}
72
73const WINDOWS_RESERVED_NAMES = [
74 'CON', 'PRN', 'AUX', 'NUL',

Callers 1

normalizeFunction · 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…