发布

  • Add totalAllocatedSize to ContentStore (#760)

    frostbyte_neo 发布于 2026-06-01 21:22:04 +00:00 | 61 次提交 在此版本后已推送到 main

    This PR adds totalAllocatedSize() to the ContentStore protocol so it
    can be used to get the on-disk footprint without reaching past the
    abstraction. LocalContentStore implements it by walking its base path,
    covering both committed blobs and active ingest sessions.

    下载附件