MCPcopy Create free account
hub / github.com/feiyu563/PrometheusAlert / stringGet

Function stringGet

static/plugins/chart.js/Chart.bundle.js:15531–15537  ·  view source on GitHub ↗
(units)

Source from the content-addressed store, hash-verified

15529 // MOMENTS
15530
15531 function stringGet (units) {
15532 units = normalizeUnits(units);
15533 if (isFunction(this[units])) {
15534 return this[units]();
15535 }
15536 return this;
15537 }
15538
15539
15540 function stringSet (units, value) {

Callers

nothing calls this directly

Calls 2

normalizeUnitsFunction · 0.85
isFunctionFunction · 0.70

Tested by

no test coverage detected