Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bytecodealliance/rustix
/ stat
Method
stat
src/backend/linux_raw/fs/dir.rs:279–281 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
277
/// `fstat(self)`
278
#[inline]
279
pub fn stat(&self) -> io::Result<Stat> {
280
fstat(&self.fd)
281
}
282
283
/// `fstatfs(self)`
284
#[inline]
Callers
nothing calls this directly
Calls
1
fstat
Function · 0.70
Tested by
no test coverage detected