MCPcopy Create free account
hub / github.com/Macuyiko/minecraft-python / LiveNodeList

Function LiveNodeList

ServerEditorWeb/ace/worker-xml.js:1925–1929  ·  view source on GitHub ↗
(node,refresh)

Source from the content-addressed store, hash-verified

1923 }
1924};
1925function LiveNodeList(node,refresh){
1926 this._node = node;
1927 this._refresh = refresh
1928 _updateLiveList(this);
1929}
1930function _updateLiveList(list){
1931 var inc = list._node._inc || list._node.ownerDocument._inc;
1932 if(list._inc != inc){

Callers

nothing calls this directly

Calls 1

_updateLiveListFunction · 0.85

Tested by

no test coverage detected