Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/covscript/covscript
/ parse_neq
Method
parse_neq
sources/instance/runtime.cpp:310–313 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
308
}
309
310
var runtime_type::parse_neq(const var &a, const var &b)
311
{
312
return boolean(!a.compare(b));
313
}
314
315
var runtime_type::parse_and(const tree_type<token_base *>::iterator &a, const tree_type<token_base *>::iterator &b)
316
{
Callers
nothing calls this directly
Calls
1
compare
Method · 0.45
Tested by
no test coverage detected