Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_expr
Method · 0.50
import_csym
Method · 0.50
process_token_buff
Method · 0.50
process_empty_brackets
Method · 0.50
process_brackets
Method · 0.50
kill_brackets
Method · 0.50
kill_expr
Method · 0.50
resume
Function · 0.50
resume
Function · 0.50
exec
Method · 0.50
await_impl
Function · 0.50
wait_for_impl
Function · 0.50
Calls
1
swap
Method · 0.45
Tested by
no test coverage detected