Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LibertyOS-Development/kernel
/ info
Function
info
src/fs/mod.rs:240–243 ·
view source on GitHub ↗
Info
(pname: &str)
Source
from the content-addressed store, hash-verified
238
239
// Info
240
pub fn info(pname: &str) -> Option<FileInfo>
241
{
242
DirectoryEntry::open(pname).map(|e| e.info())
243
}
244
245
246
// Initialize
Callers
5
exists
Function · 0.70
read
Function · 0.70
read_to_bytes
Function · 0.70
reopen
Function · 0.70
new_dev
Function · 0.50
Calls
3
info
Method · 0.80
open
Function · 0.70
map
Method · 0.45
Tested by
no test coverage detected