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

Function make_cni

include/covscript/core/cni.hpp:752–756  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

750 */
751 template <typename T>
752 var make_cni(T &&func, bool request_fold = false)
753 {
754 return var::make_protect<callable>(cni(func),
755 request_fold ? callable::types::request_fold : callable::types::normal);
756 }
757
758 /**
759 * Make Regular CNI Function

Callers 4

create_contextFunction · 0.85
create_subcontextFunction · 0.85
replMethod · 0.85
initFunction · 0.85

Calls 1

cniClass · 0.70

Tested by

no test coverage detected