MCPcopy Index your code
hub / github.com/subquery/subql / merge

Method merge

packages/node-core/src/configure/NodeConfig.ts:392–395  ·  view source on GitHub ↗
(config: Partial<IConfig>)

Source from the content-addressed store, hash-verified

390 }
391
392 merge(config: Partial<IConfig>): this {
393 assign(this._config, config);
394 return this;
395 }
396}

Callers 2

PublishClass · 0.80

Calls 1

assignFunction · 0.90

Tested by

no test coverage detected