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

Method getDbSize

packages/node-core/src/admin/admin.controller.ts:114–116  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

112
113 @Get('db_size')
114 async getDbSize(): Promise<bigint> {
115 return handleServiceCall(() => this.storeService.syncDbSize());
116 }
117}
118
119@Injectable()

Callers

nothing calls this directly

Calls 2

handleServiceCallFunction · 0.85
syncDbSizeMethod · 0.80

Tested by

no test coverage detected