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

Method call

include/covscript/core/core.hpp:260–263  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

258 }
259
260 var call(vector &args) const
261 {
262 return mFunc(args);
263 }
264
265 const function_type &get_raw_data() const
266 {

Callers 5

operator()Method · 0.45
invokeFunction · 0.45
callable>Method · 0.45
object_method>Method · 0.45
get_string_literalMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected