MCPcopy Create free account
hub / github.com/covscript/covscript / swap

Function swap

sources/covscript.cpp:388–391  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

386 }
387
388 void swap(var &a, var &b)
389 {
390 a.swap(b, true);
391 }
392
393 bool is_a(const type_id &a, const type_id &b)
394 {

Callers 13

trim_exprMethod · 0.50
import_csymMethod · 0.50
process_token_buffMethod · 0.50
process_bracketsMethod · 0.50
kill_bracketsMethod · 0.50
kill_exprMethod · 0.50
resumeFunction · 0.50
resumeFunction · 0.50
execMethod · 0.50
await_implFunction · 0.50
wait_for_implFunction · 0.50

Calls 1

swapMethod · 0.45

Tested by

no test coverage detected