Skip to content

Commit c55bcc6

Browse files
committed
Drop isAssemblyCompleted helper
1 parent 8050faa commit c55bcc6

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

packages/node/src/alphalib/types/assemblyStatus.ts

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -801,13 +801,6 @@ export function isAssemblyTerminal(assembly: AssemblyStatus | undefined | null):
801801
return isAssemblyTerminalOk(assembly) || isAssemblyTerminalError(assembly)
802802
}
803803

804-
/**
805-
* Returns true if the assembly finished successfully.
806-
*/
807-
export function isAssemblyCompleted(assembly: AssemblyStatus | undefined | null): boolean {
808-
return getOk(assembly) === 'ASSEMBLY_COMPLETED'
809-
}
810-
811804
/**
812805
* This type and these functions below are compatibility helpers for
813806
* working with partial assembly status objects during the transition

0 commit comments

Comments
 (0)