Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Starry-OS/StarryOS
/ inode
Method
inode
api/src/vfs/tmp.rs:251–253 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
249
250
impl NodeOps for MemoryNode {
251
fn inode(&self) -> u64 {
252
self.inode.ino
253
}
254
255
fn metadata(&self) -> VfsResult<Metadata> {
256
let mut metadata = self.inode.metadata.lock().clone();
Callers
1
rename
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected