Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/HaxeFoundation/hxcpp
/ create
Method
create
src/hx/libs/std/Process.cpp:61–68 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
59
#endif
60
61
void create()
62
{
63
open = true;
64
oread = HANDLE_INIT;
65
eread = HANDLE_INIT;
66
iwrite = HANDLE_INIT;
67
_hx_set_finalizer(this, finalize);
68
}
69
70
void destroy()
71
{
Callers
1
_hx_std_process_run
Function · 0.45
Calls
1
_hx_set_finalizer
Function · 0.85
Tested by
no test coverage detected