(partition: string, pluginId: string)
| 69 | } |
| 70 | |
| 71 | const nsFor = (partition: string, pluginId: string) => `${partition}/${pluginId}`; |
| 72 | |
| 73 | /** |
| 74 | * Bind a `BlobStore` to an owner partitioning + plugin id. Reads fall through |
no outgoing calls
no test coverage detected