| 39 | } |
| 40 | |
| 41 | std::shared_ptr<ContentSession> ContentRepository::createSession() { |
| 42 | return std::make_shared<ContentSession>(sharedFromThis()); |
| 43 | } |
| 44 | |
| 45 | uint32_t ContentRepository::getStreamCount(const minifi::ResourceClaim &streamId) { |
| 46 | std::lock_guard<std::mutex> lock(count_map_mutex_); |
no outgoing calls