Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
105
function
getByCdcId(cdcId) {
106
return
db.Alert.findAll({
107
where: {
108
cdc_id: cdcId,
109
},
110
});
111
}
112
113
function
addIntegration({
114
alert_id, integration_id, enabled,
type
Callers
nothing calls this directly
Calls
1
findAll
Method · 0.45
Tested by
no test coverage detected