Welcome to mirror list, hosted at ThFree Co, Russian Federation.

getters.js « embed_group « stores « monitoring « javascripts « assets « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 9b08cf762c141204c1c40dd8520bd5961888f42b (plain)
1
2
3
4
export const metricsWithData = (state, getters, rootState, rootGetters) =>
  state.modules.map(module => rootGetters[`${module}/metricsWithData`]().length);

export default () => {};