MCPcopy Create free account
hub / github.com/ShipSecAI/studio / onModuleDestroy

Method onModuleDestroy

backend/src/temporal/temporal.service.ts:107–113  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

105 }
106
107 async onModuleDestroy(): Promise<void> {
108 if (this.connection) {
109 await this.connection.close();
110 this.connection = undefined;
111 this.clientPromise = undefined;
112 }
113 }
114
115 async startWorkflow(options: StartWorkflowOptions): Promise<WorkflowStartResult> {
116 const client = await this.getClient();

Callers

nothing calls this directly

Calls 1

closeMethod · 0.45

Tested by

no test coverage detected