fn active()

in ingester/lib/src/symbolicator/cache.rs [299:306]


    fn active(self: &Arc<Self>, file: Key, channel: Channel) -> LiveEntry {
        LiveEntry {
            inner: Arc::new(LiveEntryInner {
                state: self.clone(),
                info: ManuallyDrop::new(Entry::new(file, channel)),
            }),
        }
    }