MCPcopy Index your code
hub / github.com/callstack/haul / updateCompilationProgress

Method updateCompilationProgress

packages/haul-core/src/server/UI.ts:5–5  ·  view source on GitHub ↗
(
    platform: string,
    { running, value }: { running: boolean; value: number }
  )

Source from the content-addressed store, hash-verified

3 dispose(exitCode: number, exit: boolean): void;
4 addLogItem(item: string): void;
5 updateCompilationProgress(
6 platform: string,
7 { running, value }: { running: boolean; value: number }
8 ): void;

Callers 1

createCompilerMethod · 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