Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/covscript/covscript
/ exception
Function
exception
sources/instance/type_ext.cpp:1601–1604 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1599
}
1600
1601
var exception(const string &str)
1602
{
1603
return var::make<lang_error>(str);
1604
}
1605
1606
std::size_t hash(const var &val)
1607
{
Callers
13
call_rr
Method · 0.70
call_vv
Method · 0.70
call_rl
Method · 0.70
call_el
Method · 0.70
operator()
Method · 0.70
run_impl
Method · 0.70
foreach_helper
Function · 0.70
interpret
Method · 0.70
run
Method · 0.70
exec
Method · 0.70
translate
Method · 0.50
process_endline
Method · 0.50
Calls
no outgoing calls
Tested by
no test coverage detected