-
Add totalAllocatedSize to ContentStore (#760)
发布于
2026-06-01 21:22:04 +00:00 | 61 次提交 在此版本后已推送到 mainThis PR adds
totalAllocatedSize()to theContentStoreprotocol so it
can be used to get the on-disk footprint without reaching past the
abstraction.LocalContentStoreimplements it by walking its base path,
covering both committed blobs and active ingest sessions.下载附件