Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/emscripten-core/emscripten
/ leaf
Function
leaf
test/test_fibers.cpp:47–49 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
45
} G;
46
47
static void leaf(void) {
48
printf(
"leaf-"
);
49
}
50
51
static void fib(void * arg) {
52
int *p = (int*)arg;
Callers
1
f
Function · 0.85
Calls
1
printf
Function · 0.85
Tested by
no test coverage detected