MCPcopy 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
270pub 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

rpathFunction · 0.85

Calls 2

idFunction · 0.85
readMethod · 0.45

Tested by

no test coverage detected