Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/emscripten-core/emscripten
/ setup
Function
setup
test/stat/test_chmod.c:31–36 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
29
}
30
31
void setup() {
32
create_file(
"file"
,
"abcdef"
, 0777);
33
create_file(
"otherfile"
,
"abcdef"
, 0777);
34
symlink(
"file"
,
"file-link"
);
35
mkdir(
"folder"
, 0777);
36
}
37
38
void cleanup() {
39
unlink(
"file-link"
);
Callers
1
main
Function · 0.70
Calls
3
create_file
Function · 0.70
symlink
Function · 0.50
mkdir
Function · 0.50
Tested by
no test coverage detected