Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
220
func
(u NetUNIX) parseInode(s string) (uint64, error) {
221
return
strconv.ParseUint(s, 10, 64)
222
}
223
224
func
(t NetUNIXType) String() string {
225
switch
t {
Callers
1
parseLine
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected