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

Function combine

ServerEditorWeb/ace/worker-javascript.js:2435–2440  ·  view source on GitHub ↗
(dest, src)

Source from the content-addressed store, hash-verified

2433 }
2434
2435 function combine(dest, src) {
2436 Object.keys(src).forEach(function (name) {
2437 if (_.has(JSHINT.blacklist, name)) return;
2438 dest[name] = src[name];
2439 });
2440 }
2441
2442 function processenforceall() {
2443 if (state.option.enforceall) {

Callers 3

assumeFunction · 0.85
doOptionFunction · 0.85
itselfFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected