Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/mesos
/ kill
Method
kill
src/tests/containerizer.cpp:286–290 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
284
}
285
286
Future<bool> kill(const ContainerID& containerId, int /* signal */)
287
{
288
return destroy(containerId)
289
.then([]() { return true; });
290
}
291
292
Future<hashset<ContainerID>> containers()
293
{
Callers
3
events
Method · 0.45
TEST_F
Function · 0.45
TEST_F_TEMP_DISABLED_ON_WINDOWS
Function · 0.45
Calls
2
destroy
Function · 0.85
then
Method · 0.45
Tested by
no test coverage detected