MCPcopy Create free account
hub / github.com/defold/defold / GetString

Function GetString

engine/dlib/src/dlib/configfile.cpp:733–736  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

731 }
732
733 const char* GetString(HConfig config, const char* key, const char* default_value)
734 {
735 return ConfigFileGetString(config, key, default_value);
736 }
737
738 int32_t GetInt(HConfig config, const char* key, int32_t default_value)
739 {

Callers 5

GetIpFromConfigFunction · 0.70
TEST_PFunction · 0.50
mainFunction · 0.50
TESTFunction · 0.50
mainFunction · 0.50

Calls 1

ConfigFileGetStringFunction · 0.85

Tested by 5

GetIpFromConfigFunction · 0.56
TEST_PFunction · 0.40
mainFunction · 0.40
TESTFunction · 0.40
mainFunction · 0.40