MCPcopy Create free account
hub / github.com/alignoth/alignoth / min

Function min

resources/vega.min.js:4693–4695  ·  view source on GitHub ↗
(t)

Source from the content-addressed store, hash-verified

4691 let n, r;
4692 const i = {
4693 min(t) {
4694 return arguments.length ? ((n = t || 0), i) : n;
4695 },
4696 max(t) {
4697 return arguments.length ? ((r = null == t ? 1 : t), i) : r;
4698 },

Callers 2

orderMethod · 0.85
clampMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected