github.com/uppal0016/docker_new@v0.0.0-20240123060250-1c98be13ac2c/pkg/fileutils/fileutils_windows.go (about) 1 package fileutils 2 3 // GetTotalUsedFds Returns the number of used File Descriptors. Not supported 4 // on Windows. 5 func GetTotalUsedFds() int { 6 return -1 7 }