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

Method config

backend/src/workflows/workflows.controller.ts:699–701  ·  view source on GitHub ↗
(@Param('runId') runId: string, @CurrentAuth() auth: AuthContext | null)

Source from the content-addressed store, hash-verified

697 schema: runConfigSchema,
698 })
699 async config(@Param('runId') runId: string, @CurrentAuth() auth: AuthContext | null) {
700 return this.workflowsService.getRunConfig(runId, auth);
701 }
702
703 @Post('/runs/:runId/cancel')
704 @ApiOkResponse({

Callers 5

eslint.config.mjsFile · 0.80
eslint.config.mjsFile · 0.80
eslint.config.mjsFile · 0.80

Calls 1

getRunConfigMethod · 0.80

Tested by

no test coverage detected