Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
51
function
getRuntimeDatasetKey(options = {}) {
52
return
options.dataset_id || options.id || null;
53
}
54
55
function
createRuntimeShortCircuit(chart) {
56
return
{
Callers
1
updateChartData
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected