MCPcopy Index your code
hub / github.com/apache/echarts / createBr

Function createBr

test/lib/testHelper.js:1568–1570  ·  view source on GitHub ↗
(inputDefine)

Source from the content-addressed store, hash-verified

1566 } // End of createButtonInput
1567
1568 function createBr(inputDefine) {
1569 return {elList: [document.createElement('br')]};
1570 }
1571
1572 function createHr(inputDefine) {
1573 var _hrWrapperEl = document.createElement('div');

Callers 1

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