MCPcopy Index your code
hub / github.com/LibertyOS-Development/kernel / ca

Function ca

src/sys/proc.rs:261–266  ·  view source on GitHub ↗

Code address

()

Source from the content-addressed store, hash-verified

259
260// Code address
261pub fn ca() -> u64
262{
263 let tab = PROCTAB.read();
264 let proc = &tab[id()];
265 proc.code_address
266}
267
268
269// Directory

Callers 1

ptr_from_addressFunction · 0.85

Calls 2

idFunction · 0.85
readMethod · 0.45

Tested by

no test coverage detected