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

Function getAttr

extension-src/dataTool/gexf.ts:189–191  ·  view source on GitHub ↗
(el, attrName)

Source from the content-addressed store, hash-verified

187}
188
189function getAttr(el, attrName) {
190 return el.getAttribute(attrName);
191}
192
193function getChildByTagName(parent, tagName) {
194 let node = parent.firstChild;

Callers 3

parseAttributesFunction · 0.85
parseNodesFunction · 0.85
parseEdgesFunction · 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…