Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/emscripten-core/emscripten
/ main
Function
main
test/fs/test_writev_partial_write.c:82–88 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
80
}
81
82
int main() {
83
setup();
84
test_writev_direct();
85
test_via_stdio();
86
printf(
"done\n"
);
87
return 0;
88
}
Callers
nothing calls this directly
Calls
4
test_writev_direct
Function · 0.85
test_via_stdio
Function · 0.85
printf
Function · 0.85
setup
Function · 0.70
Tested by
no test coverage detected