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

Function outputInputsRecord

test/lib/testHelper.js:580–587  ·  view source on GitHub ↗
(record)

Source from the content-addressed store, hash-verified

578 }
579
580 function outputInputsRecord(record) {
581 if (opt.outputType === 'console') {
582 console.log(testHelper.printObject(record, opt.printObjectOpt));
583 }
584 else {
585 testHelper.clipboard(record, opt.printObjectOpt);
586 }
587 }
588 }
589
590 function replayInputs(inputsRecord) {

Callers 1

recordInputsFunction · 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…