MCPcopy Index your code
hub / github.com/chartbrew/chartbrew / getByChartId

Function getByChartId

server/controllers/AlertController.js:96–103  ·  view source on GitHub ↗
(chartId)

Source from the content-addressed store, hash-verified

94}
95
96function getByChartId(chartId) {
97 return db.Alert.findAll({
98 where: {
99 chart_id: chartId,
100 },
101 include: [{ model: db.AlertIntegration }],
102 });
103}
104
105function getByCdcId(cdcId) {
106 return db.Alert.findAll({

Callers

nothing calls this directly

Calls 1

findAllMethod · 0.45

Tested by

no test coverage detected