MCPcopy 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_rrMethod · 0.70
call_vvMethod · 0.70
call_rlMethod · 0.70
call_elMethod · 0.70
operator()Method · 0.70
run_implMethod · 0.70
foreach_helperFunction · 0.70
interpretMethod · 0.70
runMethod · 0.70
execMethod · 0.70
translateMethod · 0.50
process_endlineMethod · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected