Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CovenantSQL/CovenantSQL
/ procFilePath
Function
procFilePath
metric/meminfo.go:66–68 ·
view source on GitHub ↗
(name string)
Source
from the content-addressed store, hash-verified
64
}
65
66
func
procFilePath(name string) string {
67
return
path.Join(ProcPath, name)
68
}
69
70
func
sysFilePath(name string) string {
71
return
path.Join(
"/sys"
, name)
Callers
7
Update
Method · 0.85
getDiskStats
Function · 0.85
parseDiskStats
Function · 0.85
getMemInfo
Method · 0.85
mountPointDetails
Function · 0.85
getLoad
Function · 0.85
parseLoad
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected