Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/crownengine/crown
/ ~Process
Method
~Process
src/core/process.cpp:62–66 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
60
}
61
62
Process::~Process()
63
{
64
CE_ENSURE(process_internal::is_open(_priv) == false);
65
_priv->~Private();
66
}
67
68
s32 Process::spawn(const char * const *argv, u32 flags)
69
{
Callers
nothing calls this directly
Calls
1
is_open
Function · 0.85
Tested by
no test coverage detected