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

Function next

packages/node-core/src/utils/project.ts:260–262  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

258 handler.filter.cronSchedule = {
259 schedule: schedule,
260 get next() {
261 return (this.schedule as Schedule).next().toMillis();
262 },
263 } satisfies CronFilter['cronSchedule'];
264 }
265 }

Callers 1

limitBatchedQueriesFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected