MCPcopy Create free account
hub / github.com/prometheus/procfs / setSubDir

Method setSubDir

bcache/get.go:194–197  ·  view source on GitHub ↗
(pathElements ...string)

Source from the content-addressed store, hash-verified

192}
193
194func (p *parser) setSubDir(pathElements ...string) {
195 p.subDir = path.Join(pathElements...)
196 p.currentDir = path.Join(p.uuidPath, p.subDir)
197}
198
199// readValues reads a number of numerical values into an uint64 slice.
200// Non-existing files are ignored.

Callers 1

GetStatsFunction · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected