Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LibertyOS-Development/kernel
/ stackoverflow
Function
stackoverflow
tests/stackoverflow.rs:49–53 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
47
48
#[allow(unconditional_recursion)]
49
fn stackoverflow()
50
{
51
stackoverflow();
52
volatile::Volatile::new(0).read();
53
}
54
55
#[panic_handler]
56
fn panic(info: &PanicInfo) -> !
Callers
1
_start
Function · 0.85
Calls
1
read
Method · 0.45
Tested by
no test coverage detected