Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/chartbrew/chartbrew
/ createRuntimeShortCircuit
Function
createRuntimeShortCircuit
server/controllers/ChartController.js:55–60 ·
view source on GitHub ↗
(chart)
Source
from the content-addressed store, hash-verified
53
}
54
55
function
createRuntimeShortCircuit(chart) {
56
return
{
57
__runtimeCachedChart: true,
58
chart,
59
};
60
}
61
62
function
isRuntimeShortCircuit(value) {
63
return
Boolean(value && value.__runtimeCachedChart);
Callers
1
updateChartData
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected