Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
Publish
Class · 0.80
fetch.service.spec.ts
File · 0.80
Calls
1
assign
Function · 0.90
Tested by
no test coverage detected