MCPcopy Create free account
hub / github.com/chartbrew/chartbrew / isRuntimeShortCircuit

Function isRuntimeShortCircuit

server/controllers/ChartController.js:62–64  ·  view source on GitHub ↗
(value)

Source from the content-addressed store, hash-verified

60}
61
62function isRuntimeShortCircuit(value) {
63 return Boolean(value && value.__runtimeCachedChart);
64}
65
66function getSourceRuntimeFiltersForDataset(runtimeContext, cdc, fallbackFilters = []) {
67 if (!runtimeContext) return fallbackFilters;

Callers 1

updateChartDataMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected