Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GaijinEntertainment/daScript
/ setDasRoot
Function
setDasRoot
src/misc/sysos.cpp:634–636 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
632
string g_dasRoot;
633
634
void setDasRoot ( const string & dr ) {
635
g_dasRoot = dr;
636
}
637
638
string getDasRoot ( void ) {
639
if ( g_dasRoot.empty() ) {
Callers
3
das_aot_main
Function · 0.85
MAIN_FUNC_NAME
Function · 0.85
main
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected