MCPcopy
hub / github.com/PaulTaykalo/objc-dependency-visualizer / combine

Function combine

Scripts/ace/worker-javascript.js:2580–2585  ·  view source on GitHub ↗
(dest, src)

Source from the content-addressed store, hash-verified

2578 }
2579
2580 function combine(dest, src) {
2581 Object.keys(src).forEach(function(name) {
2582 if (_.has(JSHINT.blacklist, name)) return;
2583 dest[name] = src[name];
2584 });
2585 }
2586
2587 function processenforceall() {
2588 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