MCPcopy 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
55function createRuntimeShortCircuit(chart) {
56 return {
57 __runtimeCachedChart: true,
58 chart,
59 };
60}
61
62function isRuntimeShortCircuit(value) {
63 return Boolean(value && value.__runtimeCachedChart);

Callers 1

updateChartDataMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected