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

Class

packages/node-core/src/indexer/ds-processor.service.ts:137–137  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

135
136@Injectable()
137export class DsProcessorService<
138 DS extends BaseDataSource = BaseDataSource,
139 CDS extends DS & BaseCustomDataSource = DS & BaseCustomDataSource,
140 P extends DsProcessor<CDS> = DsProcessor<CDS>,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected