Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_context
Function · 0.85
create_subcontext
Function · 0.85
preprocess
Method · 0.85
get_namespace
Method · 0.85
postprocess
Method · 0.85
run_impl
Method · 0.85
init
Function · 0.85
import
Function · 0.85
source_import
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected