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

Method parseInode

net_unix.go:220–222  ·  view source on GitHub ↗
(s string)

Source from the content-addressed store, hash-verified

218}
219
220func (u NetUNIX) parseInode(s string) (uint64, error) {
221 return strconv.ParseUint(s, 10, 64)
222}
223
224func (t NetUNIXType) String() string {
225 switch t {

Callers 1

parseLineMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected