io/fs.FileInfo.Sys (method)
4 uses
io/fs (current package)
fs.go#L156: Sys() interface{} // underlying data source (can return nil)
os
stat_darwin.go#L50: return timespecToTime(fi.Sys().(*syscall.Stat_t).Atimespec)
src.elv.sh/pkg/cli/lscolors
stat_unix.go#L11: return info.Sys().(*syscall.Stat_t).Nlink > 1
src.elv.sh/pkg/shell
paths_unix.go#L55: stat := info.Sys().(*syscall.Stat_t)
The pages are generated with Golds v0.2.8-preview. (GOOS=darwin GOARCH=arm64)