Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/defold/defold
/ GetEnv
Function
GetEnv
engine/dlib/src/dlib/sys_web.cpp:35–38 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
33
namespace dmSys
34
{
35
char* GetEnv(const char* name)
36
{
37
return dmSysPosix::GetEnv(name);
38
}
39
40
void SetNetworkConnectivityHost(const char* host)
41
{
Callers
5
Sys_GetSaveFile
Function · 0.50
dmSysXDG
Class · 0.50
GetProjectFile
Function · 0.50
engine.cpp
File · 0.50
GetServicePort
Function · 0.50
Calls
no outgoing calls
Tested by
no test coverage detected