Codebase Browser
go
Go to App
go
/
src/os/exec/internal/fdtest/
exists_unix.go
// Exists returns true if fd is a valid file descriptor.
func
Exists
(
fd
uintptr
)
bool
{
…
}