Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/defold/defold
/ GetInt
Function
GetInt
engine/dlib/src/dlib/configfile.cpp:738–741 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
736
}
737
738
int32_t GetInt(HConfig config, const char* key, int32_t default_value)
739
{
740
return ConfigFileGetInt(config, key, default_value);
741
}
742
743
float GetFloat(HConfig config, const char* key, float default_value)
744
{
Callers
5
GetSocketsFromConfig
Function · 0.70
GetSocketsFromConfig
Function · 0.50
TEST_P
Function · 0.50
TEST
Function · 0.50
main
Function · 0.50
Calls
1
ConfigFileGetInt
Function · 0.85
Tested by
5
GetSocketsFromConfig
Function · 0.56
GetSocketsFromConfig
Function · 0.40
TEST_P
Function · 0.40
TEST
Function · 0.40
main
Function · 0.40