io/fs.DirEntry.IsDir (method)
6 uses
io/fs (current package)
fs.go#L93: IsDir() bool
walk.go#L66: if err := walkDirFn(name, d, nil); err != nil || !d.IsDir() {
walk.go#L67: if err == SkipDir && d.IsDir() {
net/http
fs.go#L125: func (d dirEntryDirs) isDir(i int) bool { return d[i].IsDir() }
path/filepath
path.go#L382: if err := walkDirFn(path, d, nil); err != nil || !d.IsDir() {
path.go#L383: if err == SkipDir && d.IsDir() {
The pages are generated with Golds v0.2.8-preview. (GOOS=darwin GOARCH=arm64)