MCPcopy 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

createMethod · 0.45
alloc_nextMethod · 0.45
blk_addressMethod · 0.45
fromMethod · 0.45
fmtataFunction · 0.45
fmtmemFunction · 0.45
openMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected