MCPcopy Index your code
hub / github.com/Macuyiko/minecraft-python / getAttribute

Function getAttribute

ServerEditorWeb/ace/worker-html.js:1958–1964  ·  view source on GitHub ↗
(item, name)

Source from the content-addressed store, hash-verified

1956};
1957
1958function getAttribute(item, name) {
1959 for (var i = 0; i < item.attributes.length; i++) {
1960 if (item.attributes[i].nodeName == name)
1961 return item.attributes[i].nodeValue;
1962 }
1963 return null;
1964}
1965
1966StackItem.prototype.isHtmlIntegrationPoint = function() {
1967 if (this.namespaceURI === "http://www.w3.org/1998/Math/MathML") {

Callers 1

worker-html.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected