MCPcopy
hub / github.com/chartbrew/chartbrew / getByCdcId

Function getByCdcId

server/controllers/AlertController.js:105–111  ·  view source on GitHub ↗
(cdcId)

Source from the content-addressed store, hash-verified

103}
104
105function getByCdcId(cdcId) {
106 return db.Alert.findAll({
107 where: {
108 cdc_id: cdcId,
109 },
110 });
111}
112
113function addIntegration({
114 alert_id, integration_id, enabled, type

Callers

nothing calls this directly

Calls 1

findAllMethod · 0.45

Tested by

no test coverage detected