Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
63
const _shouldAutoNameChart = (chartId) => _getStoredPendingChartIds().includes(chartId);
64
65
const _getNewChartLayout = (charts) => {
66
const layouts = getDashboardLayout(charts);
Callers
1
AddChart
Function · 0.85
Calls
1
_getStoredPendingChartIds
Function · 0.85
Tested by
no test coverage detected