MCPcopy
hub / github.com/apache/echarts / makeFn

Function makeFn

test/ut/spec/data/dataValueHelper.test.ts:230–230  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

228 notEqualAndNoOrder: function () {
229 const makeDate = () => new Date(2012, 5, 12);
230 const makeFn = () => function () {};
231
232 expectDual(NaN, NaN, TAG.BothIncmpr_NotEQ);
233 expectDual(NaN, -NaN, TAG.BothIncmpr_NotEQ);

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…