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

Function init

sources/instance/type_ext.cpp:179–184  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

177 using namespace cs;
178
179 void init()
180 {
181 (*member_visitor_ext)
182 .add_var("get", make_cni(&member_visitor::get, true))
183 .add_var("set", make_cni(&member_visitor::set, true));
184 }
185 } // namespace member_visitor_cs_ext
186
187 inline void insert_or_assign(cs::hash_map &map, const cs::var &key, const cs::var &val)

Callers 1

init_extensionsFunction · 0.85

Calls 7

make_cniFunction · 0.85
make_namespaceFunction · 0.85
type_idClass · 0.85
asinFunction · 0.85
make_member_visitorFunction · 0.85
moveFunction · 0.50
getMethod · 0.45

Tested by

no test coverage detected