MCPcopy 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
103vprocess *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_exitFunction · 0.85
_hx_std_process_pidFunction · 0.85
_hx_std_process_killFunction · 0.85
_hx_std_process_closeFunction · 0.85

Calls 1

ThrowFunction · 0.85

Tested by

no test coverage detected