Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cortexproject/cortex
/ newCPUScanner
Function
newCPUScanner
pkg/util/resource/scanner_darwin.go:11–14 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
9
)
10
11
func
newCPUScanner() (scanner, error) {
12
level.Warn(log.Logger).Log(
"msg"
,
"CPU scanner not supported in darwin."
)
13
return
&noopScanner{}, nil
14
}
Callers
nothing calls this directly
Calls
1
Log
Method · 0.45
Tested by
no test coverage detected