Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/covscript/covscript
/ add_domain
Method
add_domain
include/covscript/impl/runtime.hpp:76–82 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
74
}
75
76
void add_domain()
77
{
78
if (fiber_stack != nullptr)
79
fiber_stack->push();
80
else
81
m_data.push();
82
}
83
84
domain_type &get_domain() const
85
{
Callers
3
translate
Method · 0.80
interpret
Method · 0.80
scope_guard
Method · 0.80
Calls
1
push
Method · 0.80
Tested by
no test coverage detected