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

Function _updateLiveList

ServerEditorWeb/ace/worker-xml.js:1930–1938  ·  view source on GitHub ↗
(list)

Source from the content-addressed store, hash-verified

1928 _updateLiveList(this);
1929}
1930function _updateLiveList(list){
1931 var inc = list._node._inc || list._node.ownerDocument._inc;
1932 if(list._inc != inc){
1933 var ls = list._refresh(list._node);
1934 __set__(list,'length',ls.length);
1935 copy(ls,list);
1936 list._inc = inc;
1937 }
1938}
1939LiveNodeList.prototype.item = function(i){
1940 _updateLiveList(this);
1941 return this[i];

Callers 2

LiveNodeListFunction · 0.85
worker-xml.jsFile · 0.85

Calls 2

__set__Function · 0.85
copyFunction · 0.85

Tested by

no test coverage detected