Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/LibertyOS-Development/kernel
/ directory
Function
directory
src/sys/proc.rs:270–275 ·
view source on GitHub ↗
Directory
()
Source
from the content-addressed store, hash-verified
268
269
// Directory
270
pub fn directory() -> String
271
{
272
let tab = PROCTAB.read();
273
let proc = &tab[id()];
274
proc.data.directory.clone()
275
}
276
277
278
// Environment
Callers
1
rpath
Function · 0.85
Calls
2
id
Function · 0.85
read
Method · 0.45
Tested by
no test coverage detected