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

Function _copy

ServerEditorWeb/ace/worker-xml.js:1724–1726  ·  view source on GitHub ↗
(source,target)

Source from the content-addressed store, hash-verified

1722 return pos<elStartEnd;
1723}
1724function _copy(source,target){
1725 for(var n in source){target[n] = source[n]}
1726}
1727function parseDCC(source,start,domBuilder,errorHandler){//sure start with '<!'
1728 var next= source.charAt(start+2)
1729 switch(next){

Callers 2

worker-xml.jsFile · 0.85
appendElementFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected