Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/emscripten-core/emscripten
/ setup
Function
setup
test/stdio/test_remove.c:25–30 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
23
}
24
25
void setup() {
26
create_file(
"file"
,
"abcdef"
, 0777);
27
mkdir(
"dir"
, 0777);
28
create_file(
"dir/file"
,
"abcdef"
, 0777);
29
mkdir(
"dir/subdir"
, 0777);
30
}
31
32
void test() {
33
int err;
Callers
1
main
Function · 0.70
Calls
2
create_file
Function · 0.70
mkdir
Function · 0.50
Tested by
no test coverage detected