Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/covscript/covscript
/ parse_equ
Method
parse_equ
sources/instance/runtime.cpp:305–308 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
303
}
304
305
var runtime_type::parse_equ(const var &a, const var &b)
306
{
307
return boolean(a.compare(b));
308
}
309
310
var runtime_type::parse_neq(const var &a, const var &b)
311
{
Callers
nothing calls this directly
Calls
1
compare
Method · 0.45
Tested by
no test coverage detected