Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LibertyOS-Development/kernel
/ info
Method
info
src/fs/directory_entry.rs:58–66 ·
view source on GitHub ↗
Info
(&self)
Source
from the content-addressed store, hash-verified
56
57
// Info
58
pub fn info(&self) -> FileInfo
59
{
60
FileInfo
61
{
62
tp: self.tp,
63
size: self.size,
64
time: self.time
65
}
66
}
67
68
// Is a device
69
pub fn isdev(&self) -> bool
Callers
1
info
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected