MCPcopy
hub / github.com/dherault/serverless-offline / teardown

Function teardown

tests/_testHelpers/setupTeardown.js:90–98  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

88}
89
90export async function teardown() {
91 // Forcefully kill the serverless process as it spawns child processes
92 treeKill(serverlessProcess.pid, "SIGKILL")
93 try {
94 await serverlessProcess
95 } catch {
96 //
97 }
98}

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…