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

Function make_namespace

sources/covscript.cpp:219–222  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

217 }
218
219 var make_namespace(const namespace_t &ns)
220 {
221 return var::make_protect<namespace_t>(ns);
222 }
223
224 numeric parse_number(const std::string &str)
225 {

Callers 9

create_contextFunction · 0.85
create_subcontextFunction · 0.85
preprocessMethod · 0.85
get_namespaceMethod · 0.85
postprocessMethod · 0.85
run_implMethod · 0.85
initFunction · 0.85
importFunction · 0.85
source_importFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected