MCPcopy
hub / github.com/plotly/plotly.js / minimal

Function minimal

test/jasmine/tests/box_test.js:1309–1315  ·  view source on GitHub ↗
(patch)

Source from the content-addressed store, hash-verified

1307
1308 describe('with q1/median/q3 API signature inputs', function() {
1309 function minimal(patch) {
1310 return Lib.extendFlat({
1311 q1: [1, 2],
1312 median: [2, 3],
1313 q3: [3, 4],
1314 }, patch || {});
1315 }
1316
1317 function base(patch) {
1318 return Lib.extendFlat(minimal({

Callers 2

baseFunction · 0.85
box_test.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…