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

Method parse_modasi

sources/instance/runtime.cpp:88–92  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

86 }
87
88 var runtime_type::parse_modasi(var a, const var &b)
89 {
90 a.swap(parse_mod(a, b), true);
91 return a;
92 }
93
94 var runtime_type::parse_pow(const var &a, const var &b)
95 {

Callers

nothing calls this directly

Calls 1

swapMethod · 0.45

Tested by

no test coverage detected