MCPcopy Create free account
hub / github.com/deepnote/vscode-deepnote / isPosixPathSeparator

Function isPosixPathSeparator

src/platform/vscode-path/path.ts:86–88  ·  view source on GitHub ↗
(code: number | undefined)

Source from the content-addressed store, hash-verified

84}
85
86function isPosixPathSeparator(code: number | undefined) {
87 return code === CHAR_FORWARD_SLASH;
88}
89
90function isWindowsDeviceRoot(code: number) {
91 return (

Callers 1

normalizeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected