Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TheForceEngine/TheForceEngine
/ c_get
Function
c_get
TheForceEngine/TFE_FrontEndUI/console.cpp:440–447 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
438
}
439
440
void c_get(const ConsoleArgList& args)
441
{
442
if (args.size() >= 2)
443
{
444
char value[64];
445
getVariable(args[1].c_str(), value);
446
}
447
}
448
449
void c_set(const ConsoleArgList& args)
450
{
Callers
1
execute
Function · 0.85
Calls
3
getVariable
Function · 0.85
c_str
Method · 0.80
size
Method · 0.45
Tested by
no test coverage detected