MCPcopy Create free account
hub / github.com/3rdparty/libprocess / foreach

Function foreach

src/subprocess.cpp:277–281  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

275static void close(std::initializer_list<int_fd> fds)
276{
277 foreach (int_fd fd, fds) {
278 if (fd >= 0) {
279 os::close(fd);
280 }
281 }
282}
283
284

Callers

nothing calls this directly

Calls 1

closeFunction · 0.85

Tested by

no test coverage detected