Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/chartbrew/chartbrew
/ ChartRoute.js
File
ChartRoute.js
server/api/ChartRoute.js:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
const
rateLimit = require(
"express-rate-limit"
);
2
const
jwt = require(
"jsonwebtoken"
);
3
4
const
ChartController = require(
"../controllers/ChartController"
);
Callers
nothing calls this directly
Calls
15
startRun
Function · 0.85
resolveRuntimeVariables
Function · 0.85
checkPublicAccess
Function · 0.85
filter
Method · 0.80
createWithChartDatasetConfigs
Method · 0.80
changeDashboardOrder
Method · 0.80
testQuery
Method · 0.80
previewChart
Method · 0.80
updateChartData
Method · 0.80
findByShareString
Method · 0.80
exportChartData
Method · 0.80
createShare
Method · 0.80
Tested by
no test coverage detected