On this pagegetChunkStats() getChunkStats(): Promise<unknown> Defined in: packages/core/src/index.ts:1220 Get statistics about chunks in the system Returns Promise<unknown> Chunk statistics Example import { getChunkStats } from "@cpod/sdk";const stats = await getChunkStats();