github.com/Prakhar-Agarwal-byte/moby@v0.0.0-20231027092010-a14e3e8ab87e/pkg/sysinfo/numcpu_other.go (about)

     1  //go:build !linux && !windows
     2  
     3  package sysinfo
     4  
     5  func numCPU() int {
     6  	// not implemented
     7  	return 0
     8  }