MCPcopy 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
99function isPathSeparator(code: number): boolean {
100 return code === CharCode.Slash || code === CharCode.Backslash;
101}
102
103function isUNC(fsPath: string) {
104 if (fsPath.length >= 3) {

Callers 1

isUNCFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected