MCPcopy 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

loopvFunction · 0.45
disconnect_clientFunction · 0.45
processFunction · 0.45
consolekeyFunction · 0.45

Calls 1

newstringFunction · 0.85

Tested by

no test coverage detected