MCPcopy Index your code
hub / github.com/chartbrew/chartbrew / getRuntimeDatasetKey

Function getRuntimeDatasetKey

server/controllers/ChartController.js:51–53  ·  view source on GitHub ↗
(options = {})

Source from the content-addressed store, hash-verified

49}
50
51function getRuntimeDatasetKey(options = {}) {
52 return options.dataset_id || options.id || null;
53}
54
55function createRuntimeShortCircuit(chart) {
56 return {

Callers 1

updateChartDataMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected