MCPcopy 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

33namespace 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_GetSaveFileFunction · 0.50
dmSysXDGClass · 0.50
GetProjectFileFunction · 0.50
engine.cppFile · 0.50
GetServicePortFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected