Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/chartbrew/chartbrew
/ _onGetChart
Function
_onGetChart
client/src/containers/Chart/Chart.jsx:293–295 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
291
};
292
293
const _onGetChart = () => {
294
dispatch(getChart({ project_id: params.projectId, chart_id: chart.id }));
295
};
296
297
const _onDeleteChartConfirmation = () => {
298
setDeleteModal(true);
Callers
nothing calls this directly
Calls
2
getChart
Function · 0.90
dispatch
Function · 0.50
Tested by
no test coverage detected