Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/covscript/covscript
/ parse_mulasi
Method
parse_mulasi
sources/instance/runtime.cpp:61–65 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
59
}
60
61
var runtime_type::parse_mulasi(var a, const var &b)
62
{
63
a.swap(parse_mul(a, b), true);
64
return a;
65
}
66
67
var runtime_type::parse_escape(const var &b)
68
{
Callers
nothing calls this directly
Calls
1
swap
Method · 0.45
Tested by
no test coverage detected