MCPcopy Create free account
hub / github.com/bloomberg/pystack / Inode

Method Inode

src/pystack/_pystack/mem.cpp:98–102  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

96}
97
98unsigned long
99VirtualMap::Inode() const
100{
101 return d_inode;
102}
103
104const std::string&
105VirtualMap::Path() const

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected