function macos_branch()

in aws/hhvm1/state-machine/generate.hack [441:452]


function macos_branch(): StateMachine {
  return nested_state_machine(
    A::BuildAndPublishMacOS,
    null,
    states_for_activity(
      keyset[P::Version],
      A::BuildAndPublishMacOS,
      A::BuildAndPublishMacOS.S::End,
      A::BuildAndPublishMacOS.S::End,
    ),
  );
}