Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/chyyuu/os_kernel_lab
/ get_status
Method
get_status
os/src/task/task.rs:44–46 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
42
43
#[allow(unused)]
44
fn get_status(&self) -> TaskStatus {
45
self.task_status
46
}
47
}
48
49
impl TaskControlBlock {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected