Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GValiente/butano
/ log_example_c_function
Function
log_example_c_function
examples/log/src/main.cpp:30–33 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
28
}
29
30
__attribute__((noinline)) void log_example_c_function()
31
{
32
bn::core::log_stacktrace();
33
}
34
35
__attribute__((noinline)) void log_example_b_function()
36
{
Callers
1
log_example_b_function
Function · 0.85
Calls
1
log_stacktrace
Function · 0.85
Tested by
no test coverage detected