Skip to content

routier-collection


routier-collection / plugins/blob/src / memoryBlobStore

Function: memoryBlobStore()

memoryBlobStore(): BlobStore

Defined in: plugins/blob/src/stores/memory.ts:10

A blob store in a Map.

For tests and for demos. It is the store the plugin's own suite runs against, which is what lets every behaviour here — content addressing, dedup, idempotent upload, orphan sweeping — be tested with no cloud account and no container.

Returns

BlobStore

Released under the MIT License.