Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LibertyOS-Development/kernel
/ address
Method
address
src/fs/file.rs:38–41 ·
view source on GitHub ↗
Address
(&self)
Source
from the content-addressed store, hash-verified
36
{
37
// Address
38
pub fn address(&self) -> u32
39
{
40
self.address
41
}
42
43
44
// Create
Callers
3
from
Method · 0.45
read
Method · 0.45
write
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected