Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/CovenantSQL/CovenantSQL
/ cpuCollector
Struct
cpuCollector
metric/cpu_openbsd.go:33–35 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
31
import
"C"
32
33
type
cpuCollector
struct
{
34
cpu typedDesc
35
}
36
37
func
NewCpuCollector() (Collector, error) {
38
return
&cpuCollector{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected