MCPcopy Create free account
hub / github.com/cloudflare/computer / kill

Function kill

script/computerd-soak.mjs:150–156  ·  view source on GitHub ↗
(cid)

Source from the content-addressed store, hash-verified

148}
149
150async function kill(cid) {
151 try {
152 await execFileP("docker", ["kill", cid]);
153 } catch {
154 /* already dead */
155 }
156}
157
158// Sample container RSS from `docker stats --no-stream`.
159async function dockerStats(cids) {

Callers 1

mainFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected