MCPcopy Create free account
hub / github.com/subquery/subql / debug

Method debug

packages/node-core/src/configure/NodeConfig.ts:214–216  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

212 }
213
214 get debug(): string | undefined {
215 return this._config.debug;
216 }
217
218 get preferRange(): boolean {
219 return this._config.preferRange;

Callers 15

setConcurrencyMethod · 0.45
benchMarkingFunction · 0.45
batchDeleteAndThenUpdateFunction · 0.45
runTestMethod · 0.45
fillNextBlockBufferMethod · 0.45
switchToFileMethod · 0.45
logConnectionStatusMethod · 0.45
batchDeletePoiFunction · 0.45
_flushCacheMethod · 0.45
runFlushMethod · 0.45
processBlockTaskFunction · 0.45
queueStatsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected