Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BZFlag-Dev/bzflag
/ GetString
Function
GetString
other_src/ftgl/src/FTGL.cpp:32–41 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
30
namespace FTGL {
31
32
char const *GetString(ConfigString config)
33
{
34
switch(config)
35
{
36
case CONFIG_VERSION:
37
return PACKAGE_VERSION;
38
}
39
40
return 0;
41
}
42
43
} // namespace FTGL
44
Callers
5
ftglGetString
Function · 0.85
main
Function · 0.85
GetColor
Method · 0.85
DefString
Method · 0.85
Parse
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected