Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/covscript/covscript
/ parse_access
Method
parse_access
sources/instance/runtime.cpp:405–408 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
403
}
404
405
var runtime_type::parse_access(const var &a, const var &b)
406
{
407
return a.index(b);
408
}
409
410
var runtime_type::parse_expr(const tree_type<token_base *>::iterator &it, bool disable_parallel)
411
{
Callers
nothing calls this directly
Calls
1
index
Method · 0.45
Tested by
no test coverage detected