MCPcopy Create free account
hub / github.com/covscript/covscript / parse_divasi

Method parse_divasi

sources/instance/runtime.cpp:77–81  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

75 }
76
77 var runtime_type::parse_divasi(var a, const var &b)
78 {
79 a.swap(parse_div(a, b), true);
80 return a;
81 }
82
83 var runtime_type::parse_mod(const var &a, const var &b)
84 {

Callers

nothing calls this directly

Calls 1

swapMethod · 0.45

Tested by

no test coverage detected