Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/mesos
/ foreach
Function
foreach
3rdparty/libprocess/src/subprocess.cpp:278–282 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
276
static void close(std::initializer_list<int_fd> fds)
277
{
278
foreach (int_fd fd, fds) {
279
if (fd >= 0) {
280
os::close(fd);
281
}
282
}
283
}
284
285
Callers
nothing calls this directly
Calls
1
close
Function · 0.70
Tested by
no test coverage detected