MCPcopy
hub / github.com/chjj/tty.js / merge

Function merge

lib/config.js:436–441  ·  view source on GitHub ↗
(i, o)

Source from the content-addressed store, hash-verified

434}
435
436function merge(i, o) {
437 Object.keys(o).forEach(function(key) {
438 i[key] = o[key];
439 });
440 return i;
441}
442
443function ensure(i, o) {
444 Object.keys(o).forEach(function(key) {

Callers 3

checkConfigFunction · 0.85
cloneFunction · 0.85
config.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected