MCPcopy Create free account
hub / github.com/covscript/covscript / operator()

Method operator()

include/covscript/core/core.hpp:430–433  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

428 struct function_ptr final {
429 function *fptr = nullptr;
430 var operator()(vector &args) const
431 {
432 return fptr->call(args);
433 }
434 };
435
436 struct object_method final {

Callers

nothing calls this directly

Calls 1

callMethod · 0.45

Tested by

no test coverage detected