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

Function _findNodeIndex

ServerEditorWeb/ace/worker-xml.js:1948–1953  ·  view source on GitHub ↗
(list,node)

Source from the content-addressed store, hash-verified

1946};
1947
1948function _findNodeIndex(list,node){
1949 var i = list.length;
1950 while(i--){
1951 if(list[i] === node){return i}
1952 }
1953}
1954
1955function _addNamedNode(el,list,newAttr,oldAttr){
1956 if(oldAttr){

Callers 2

_addNamedNodeFunction · 0.85
_removeNamedNodeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected