MCPcopy
hub / github.com/lingodotdev/lingo.dev / run

Method run

packages/cli/src/cli/cmd/ci/flows/_base.ts:11–11  ·  view source on GitHub ↗
(options: IIntegrationFlowOptions)

Source from the content-addressed store, hash-verified

9export interface IIntegrationFlow {
10 preRun?(): Promise<boolean>;
11 run(options: IIntegrationFlowOptions): Promise<boolean>;
12 postRun?(): Promise<void>;
13}
14

Callers 7

index.tsFile · 0.65
runMethod · 0.65
estimateFunction · 0.65
planFunction · 0.65
setupFunction · 0.65
executeFunction · 0.65
frozenFunction · 0.65

Implementers 1

PullRequestFlowpackages/cli/src/cli/cmd/ci/flows/pull

Calls

no outgoing calls

Tested by

no test coverage detected