MCPcopy Create free account
hub / github.com/microsoft/typescript-go / IsVolumeCharacter

Function IsVolumeCharacter

internal/tspath/path.go:147–149  ·  view source on GitHub ↗
(char byte)

Source from the content-addressed store, hash-verified

145}
146
147func IsVolumeCharacter(char byte) bool {
148 return char >= 'a' && char <= 'z' || char >= 'A' && char <= 'Z'
149}
150
151func getFileUrlVolumeSeparatorEnd(url string, start int) int {
152 if len(url) <= start {

Callers 4

GetEncodedRootLengthFunction · 0.85
SplitVolumePathFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected