findPhaseIndex

private fun findPhaseIndex(phase: PipelinePhase): Int(source)

Find index matching phase in phasesRaw. Returns the index if PhaseContent exists and its phase matches phase .If there is a matching PipelinePhase, return the index of the PipelinePhase. Otherwise return -1.

Return

1.3.4