MCPcopy
hub / github.com/callstack/haul / start

Method start

packages/haul-core/src/server/UI.ts:2–2  ·  view source on GitHub ↗
(platforms: string[])

Source from the content-addressed store, hash-verified

1export default interface UserInterface {
2 start(platforms: string[]): void;
3 dispose(exitCode: number, exit: boolean): void;
4 addLogItem(item: string): void;
5 updateCompilationProgress(

Callers 8

checkProjectFunction · 0.65
createHaulProjectConfigFunction · 0.65
modifyBabelConfigFunction · 0.65
modifyXcodeProjectFunction · 0.65
modifyGradleBuildFunction · 0.65
addHaulScriptFunction · 0.65
handlerFunction · 0.65
listenMethod · 0.65

Implementers 2

NonInteractiveUserInterfacepackages/haul-core/src/server/NonInter
InteractiveUserInterfacepackages/haul-core/src/server/Interact

Calls

no outgoing calls

Tested by

no test coverage detected