Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/covscript/covscript
/ parse_addasi
Method
parse_addasi
sources/instance/runtime.cpp:34–38 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
32
}
33
34
var runtime_type::parse_addasi(var a, const var &b)
35
{
36
a.swap(parse_add(a, b), true);
37
return a;
38
}
39
40
var runtime_type::parse_sub(const var &a, const var &b)
41
{
Callers
nothing calls this directly
Calls
1
swap
Method · 0.45
Tested by
no test coverage detected