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

Method call

include/covscript/core/cni.hpp:538–541  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

536 }
537
538 any call(cs::vector &args) const override
539 {
540 return mCni.call(args);
541 }
542 };
543
544// CNI Decayed Conversion

Callers 1

operator()Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected