Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LibertyOS-Development/kernel
/ address
Method
address
src/fs/blk.rs:37–40 ·
view source on GitHub ↗
Address
(&self)
Source
from the content-addressed store, hash-verified
35
{
36
// Address
37
pub fn address(&self) -> u32
38
{
39
self.address
40
}
41
42
// Allocate
43
pub fn alloc() -> Option<Self>
Callers
7
create
Method · 0.45
alloc_next
Method · 0.45
blk_address
Method · 0.45
from
Method · 0.45
fmtata
Function · 0.45
fmtmem
Function · 0.45
open
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected