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

Function copy

ServerEditorWeb/ace/worker-xml.js:1844–1848  ·  view source on GitHub ↗
(src,dest)

Source from the content-addressed store, hash-verified

1842ace.define("ace/mode/xml/dom",["require","exports","module"], function(require, exports, module) {
1843
1844function copy(src,dest){
1845 for(var p in src){
1846 dest[p] = src[p];
1847 }
1848}
1849function _extends(Class,Super){
1850 var pt = Class.prototype;
1851 if(Object.create){

Callers 3

_extendsFunction · 0.85
worker-xml.jsFile · 0.85
_updateLiveListFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected