func path/filepath.IsAbs

5 uses

	path/filepath (current package)
		path.go#L248: 	if IsAbs(path) {
		path_unix.go#L12: func IsAbs(path string) bool {
		symlink.go#L108: 		if isWindowsDot && !IsAbs(link) {

	src.elv.sh/pkg/cli/mode
		location.go#L85: 		if filepath.IsAbs(dir.Path) {

	src.elv.sh/pkg/eval/mods/path
		path.go#L23: 	"is-abs":        filepath.IsAbs,