Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
9
export
interface
IIntegrationFlow {
10
preRun?(): Promise<boolean>;
11
run(options: IIntegrationFlowOptions): Promise<boolean>;
12
postRun?(): Promise<void>;
13
}
14
Callers
7
index.ts
File · 0.65
run
Method · 0.65
estimate
Function · 0.65
plan
Function · 0.65
setup
Function · 0.65
execute
Function · 0.65
frozen
Function · 0.65
Implementers
1
PullRequestFlow
packages/cli/src/cli/cmd/ci/flows/pull
Calls
no outgoing calls
Tested by
no test coverage detected