Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/defold/defold
/ getenv
Function
getenv
engine/dlib/src/dlib/log.cpp:91–93 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
89
90
#if defined(DM_HAS_NO_GETENV)
91
static const char* getenv(const char*) {
92
return 0;
93
}
94
#endif
95
static const int g_MaxListeners = 32;
96
static FLogListener g_Listeners[g_MaxListeners];
Callers
15
SetLogLevel
Function · 0.85
GetSystemInfo
Function · 0.85
InitializeLibrary
Function · 0.85
dmLogInitSocket
Function · 0.85
GetEnv
Function · 0.85
GetEnv
Function · 0.85
mld_break_pct
Function · 0.85
handle_luainit
Function · 0.85
setpath
Function · 0.85
os_getenv
Function · 0.85
main
Function · 0.85
get_default_funcs_name
Function · 0.85
Calls
no outgoing calls
Tested by
3
mld_break_pct
Function · 0.68
main
Function · 0.68
getopt
Function · 0.68