MCPcopy Create free account
hub / github.com/UsefulSoftwareCo/executor / teardown

Function teardown

e2e/setup/cloud.boot.ts:182–186  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

180 );
181
182 const teardown = async () => {
183 await procs.teardown();
184 await workos.close();
185 await autumn.close();
186 };
187
188 try {
189 const local = `http://127.0.0.1:${options.cloudPort}`;

Callers 2

bootCloudFunction · 0.70

Calls 1

closeMethod · 0.65

Tested by

no test coverage detected