pub fn file_content_for_diff<T>(
path: &RepoPath,
file: &mut MaterializedFileValue,
map_resolved: impl FnOnce(BString) -> T,
) -> BackendResult<FileContent<T>>pub fn file_content_for_diff<T>(
path: &RepoPath,
file: &mut MaterializedFileValue,
map_resolved: impl FnOnce(BString) -> T,
) -> BackendResult<FileContent<T>>