Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
261
pub 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_address
Function · 0.85
Calls
2
id
Function · 0.85
read
Method · 0.45
Tested by
no test coverage detected