github.com/evanw/esbuild/internal/fs.goFilepath.volumeNameLen (method)
9 uses
github.com/evanw/esbuild/internal/fs (current package)
filepath.go#L85: l := fp.volumeNameLen(path)
filepath.go#L115: func (fp goFilepath) volumeNameLen(path string) int {
filepath.go#L160: volLen := fp.volumeNameLen(path)
filepath.go#L181: isWindowsDot := fp.isWindows && path[fp.volumeNameLen(path):] == "."
filepath.go#L220: if len(dest) > fp.volumeNameLen(dest) && !fp.isPathSeparator(dest[len(dest)-1]) {
filepath.go#L260: v := fp.volumeNameLen(link)
filepath.go#L367: volLen := fp.volumeNameLen(path)
filepath.go#L444: return path[:fp.volumeNameLen(path)]
filepath.go#L565: return fp.volumeNameLen(path) > 2
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |