MCPcopy
hub / github.com/coder/mux / disposeWorkflowContext

Function disposeWorkflowContext

src/cli/workflow.ts:268–275  ·  view source on GitHub ↗
(ctx: WorkflowContext)

Source from the content-addressed store, hash-verified

266}
267
268async function disposeWorkflowContext(ctx: WorkflowContext): Promise<void> {
269 await disposeWorkflowResources({
270 tempDir: ctx.tempDir,
271 services: ctx.services,
272 session: ctx.session,
273 codexOauthService: ctx.codexOauthService,
274 });
275}
276
277async function createWorkflowContext(options: {
278 opts: WorkflowCLIOptions;

Callers 1

runWorkflowFunction · 0.85

Calls 1

disposeWorkflowResourcesFunction · 0.85

Tested by

no test coverage detected