Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/JibbSmart/JoyShockMapper
/ SetCWD
Function
SetCWD
JoyShockMapper/src/linux/InputHelpers.cpp:699–701 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
697
}
698
699
bool SetCWD(in_string newCWD) {
700
return chdir(newCWD.c_str()) != 0;
701
}
702
703
DWORD ShowOnlineHelp()
704
{
Callers
1
main
Function · 0.50
Calls
no outgoing calls
Tested by
no test coverage detected