MCPcopy
hub / github.com/chartjs/Chart.js / _int16Range

Function _int16Range

src/helpers/helpers.math.ts:194–196  ·  view source on GitHub ↗
(value: number)

Source from the content-addressed store, hash-verified

192 * @private
193 */
194export function _int16Range(value: number) {
195 return _limitValue(value, -32768, 32767);
196}
197
198/**
199 * @param value

Callers 1

getPixelForDecimalMethod · 0.85

Calls 1

_limitValueFunction · 0.85

Tested by

no test coverage detected