func github.com/evanw/esbuild/internal/fs.isSlash
8 uses
github.com/evanw/esbuild/internal/fs (current package)
filepath.go#L50: func isSlash(c uint8) bool {
filepath.go#L93: return isSlash(path[0])
filepath.go#L128: if l := len(path); l >= 5 && isSlash(path[0]) && isSlash(path[1]) &&
filepath.go#L129: !isSlash(path[2]) && path[2] != '.' {
filepath.go#L133: if isSlash(path[n]) {
filepath.go#L136: if !isSlash(path[n]) {
filepath.go#L141: if isSlash(path[n]) {
![]() |
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. |