Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/assaultcube/AC
/ save
Method
save
source/src/console.cpp:391–396 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
389
}
390
391
void save()
392
{
393
buf = newstring(cmdline.buf);
394
if(cmdaction) action = newstring(cmdaction);
395
if(cmdprompt) prompt = newstring(cmdprompt);
396
}
397
398
void run()
399
{
Callers
4
loopv
Function · 0.45
disconnect_client
Function · 0.45
process
Function · 0.45
consolekey
Function · 0.45
Calls
1
newstring
Function · 0.85
Tested by
no test coverage detected