MCPcopy Create free account
hub / github.com/chartbrew/chartbrew / _shouldAutoNameChart

Function _shouldAutoNameChart

client/src/containers/AddChart/AddChart.jsx:63–63  ·  view source on GitHub ↗
(chartId)

Source from the content-addressed store, hash-verified

61};
62
63const _shouldAutoNameChart = (chartId) => _getStoredPendingChartIds().includes(chartId);
64
65const _getNewChartLayout = (charts) => {
66 const layouts = getDashboardLayout(charts);

Callers 1

AddChartFunction · 0.85

Calls 1

Tested by

no test coverage detected