Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/covscript/covscript
/ parse_powasi
Method
parse_powasi
sources/instance/runtime.cpp:99–103 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
97
}
98
99
var runtime_type::parse_powasi(var a, const var &b)
100
{
101
a.swap(parse_pow(a, b), true);
102
return a;
103
}
104
105
var &runtime_type::parse_dot_lhs(const var &a, token_base *b)
106
{
Callers
nothing calls this directly
Calls
1
swap
Method · 0.45
Tested by
no test coverage detected