Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/covscript/covscript
/ cs_swap_in
Method
cs_swap_in
sources/system/unix/common.cpp:357–360 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
355
stack(COVSCRIPT_FIBER_STACK_LIMIT) {}
356
357
void cs_swap_in()
358
{
359
cs_context->instance->swap_context(&cs_stack);
360
}
361
362
void cs_swap_out()
363
{
Callers
1
resume
Function · 0.45
Calls
1
swap_context
Method · 0.45
Tested by
no test coverage detected