Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/covscript/covscript
/ next_domain
Method
next_domain
include/covscript/impl/runtime.hpp:138–144 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
136
}
137
138
void next_domain()
139
{
140
if (fiber_stack != nullptr)
141
fiber_stack->top().next();
142
else
143
m_data.top().next();
144
}
145
146
bool exist_record(std::string_view name)
147
{
Callers
1
clear
Method · 0.80
Calls
1
next
Method · 0.80
Tested by
no test coverage detected