Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/HaxeFoundation/hxcpp
/ getProcess
Function
getProcess
src/hx/libs/std/Process.cpp:103–109 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
101
};
102
103
vprocess *getProcess(Dynamic handle)
104
{
105
vprocess *p = dynamic_cast<vprocess *>(handle.mPtr);
106
if (!p)
107
hx::Throw(HX_CSTRING(
"Invalid process"
));
108
return p;
109
}
110
111
112
/**
Callers
8
_hx_std_process_stdout_read
Function · 0.85
_hx_std_process_stderr_read
Function · 0.85
_hx_std_process_stdin_write
Function · 0.85
_hx_std_process_stdin_close
Function · 0.85
_hx_std_process_exit
Function · 0.85
_hx_std_process_pid
Function · 0.85
_hx_std_process_kill
Function · 0.85
_hx_std_process_close
Function · 0.85
Calls
1
Throw
Function · 0.85
Tested by
no test coverage detected