Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/defold/defold
/ GetFloat
Function
GetFloat
engine/dlib/src/dlib/configfile.cpp:743–746 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
741
}
742
743
float GetFloat(HConfig config, const char* key, float default_value)
744
{
745
return ConfigFileGetFloat(config, key, default_value);
746
}
747
}
Callers
2
TEST_P
Function · 0.50
TEST
Function · 0.50
Calls
1
ConfigFileGetFloat
Function · 0.85
Tested by
2
TEST_P
Function · 0.40
TEST
Function · 0.40