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

Method preRun

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

Source from the content-addressed store, hash-verified

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

Callers 2

index.tsFile · 0.65
preRunMethod · 0.65

Implementers 1

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

Calls

no outgoing calls

Tested by

no test coverage detected