| 40 | ) |
| 41 | |
| 42 | type contentStore struct { |
| 43 | content.Store |
| 44 | db *DB |
| 45 | shared bool |
| 46 | l sync.RWMutex |
| 47 | } |
| 48 | |
| 49 | // newContentStore returns a namespaced content store using an existing |
| 50 | // content store interface. |
nothing calls this directly
no outgoing calls
no test coverage detected