MCPcopy 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

fromMethod · 0.45
readMethod · 0.45
writeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected