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

Method parse_asi

sources/instance/runtime.cpp:237–241  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

235 }
236
237 var runtime_type::parse_asi(var a, const var &b)
238 {
239 a.swap(copy(b), true);
240 return a;
241 }
242
243 var runtime_type::parse_lnkasi(var &a, const var &b)
244 {

Callers

nothing calls this directly

Calls 2

copyFunction · 0.50
swapMethod · 0.45

Tested by

no test coverage detected