Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
86
function
isPosixPathSeparator(code: number | undefined) {
87
return
code === CHAR_FORWARD_SLASH;
88
}
89
90
function
isWindowsDeviceRoot(code: number) {
91
return
(
Callers
1
normalize
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected