Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/emscripten-core/emscripten
/ changedir
Function
changedir
test/unistd/links.c:38–41 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
36
}
37
38
void changedir(const char *dir) {
39
int rtn = chdir(dir);
40
assert(rtn == 0);
41
}
42
43
void setup() {
44
makedir(
"/working"
);
Callers
1
setup
Function · 0.70
Calls
2
chdir
Function · 0.50
assert
Function · 0.50
Tested by
no test coverage detected