Searched refs:recentBranchWithUpdates (Results 1 – 1 of 1) sorted by relevance
4 const recentBranchWithUpdates = branches.find((branch) => branch.updates.length > 0); constant5 const recentRuntime = recentBranchWithUpdates?.updates?.[0].runtimeVersion ?? '';