MCPcopy 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
31void setup() {
32 create_file("file", "abcdef", 0777);
33 create_file("otherfile", "abcdef", 0777);
34 symlink("file", "file-link");
35 mkdir("folder", 0777);
36}
37
38void cleanup() {
39 unlink("file-link");

Callers 1

mainFunction · 0.70

Calls 3

create_fileFunction · 0.70
symlinkFunction · 0.50
mkdirFunction · 0.50

Tested by

no test coverage detected