MCPcopy Create free account
hub / github.com/HaxeFoundation/hxcpp / _hx_std_process_close

Function _hx_std_process_close

src/hx/libs/std/Process.cpp:580–584  ·  view source on GitHub ↗

process_close : 'process -> void Close the process I/O. **/

Source from the content-addressed store, hash-verified

578 </doc>
579**/
580void _hx_std_process_close( Dynamic handle )
581{
582 vprocess *p = getProcess(handle);
583 p->destroy();
584}
585
586#else // !HX_WINRT
587

Callers

nothing calls this directly

Calls 2

getProcessFunction · 0.85
destroyMethod · 0.45

Tested by

no test coverage detected