(doc_path: &DocumentPath, resolved_cache: &mut ResolvedDocumentsHash)
| 48 | |
| 49 | fn get_resolved_json(doc_path: &DocumentPath, resolved_cache: &mut ResolvedDocumentsHash) -> Option<Rc<Value>> { |
| 50 | resolved_cache.get(doc_path).cloned() |
| 51 | } |
| 52 | |
| 53 | fn get_resolved_or_original( |
| 54 | doc_path: &DocumentPath, |
| 55 | original_cache: &mut OriginalDocumentsHash, |
no outgoing calls
no test coverage detected