Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/VSpaceCode/VSpaceCode
/ isPathSeparator
Function
isPathSeparator
src/pathCommands.ts:99–101 ·
view source on GitHub ↗
(code: number)
Source
from the content-addressed store, hash-verified
97
}
98
99
function
isPathSeparator(code: number): boolean {
100
return
code === CharCode.Slash || code === CharCode.Backslash;
101
}
102
103
function
isUNC(fsPath: string) {
104
if
(fsPath.length >= 3) {
Callers
1
isUNC
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected