MCPcopy 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
66func procFilePath(name string) string {
67 return path.Join(ProcPath, name)
68}
69
70func sysFilePath(name string) string {
71 return path.Join("/sys", name)

Callers 7

UpdateMethod · 0.85
getDiskStatsFunction · 0.85
parseDiskStatsFunction · 0.85
getMemInfoMethod · 0.85
mountPointDetailsFunction · 0.85
getLoadFunction · 0.85
parseLoadFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected