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

Method getModulos

packages/node-core/src/indexer/fetch.service.ts:60–62  ·  view source on GitHub ↗
(dataSources: DS[])

Source from the content-addressed store, hash-verified

58 }
59
60 protected getModulos(dataSources: DS[]): number[] {
61 return getModulos(dataSources, this.blockchainSevice.isCustomDs, this.blockchainSevice.blockHandlerKind);
62 }
63
64 onApplicationShutdown(): void {
65 try {

Callers 2

getModuloBlocksMethod · 0.95
useModuloHandlersOnlyMethod · 0.95

Calls 1

getModulosFunction · 0.90

Tested by

no test coverage detected