Record worktree extensions every 5 minutes
Co-Authored-By: Nathan Sobo <nathan@zed.dev>
This commit is contained in:
parent
f9e0fec396
commit
639cd71a3b
7 changed files with 151 additions and 125 deletions
|
@ -1327,6 +1327,10 @@ impl LocalSnapshot {
|
|||
&self.abs_path
|
||||
}
|
||||
|
||||
pub fn extension_counts(&self) -> &HashMap<OsString, usize> {
|
||||
&self.extension_counts
|
||||
}
|
||||
|
||||
#[cfg(test)]
|
||||
pub(crate) fn to_proto(
|
||||
&self,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue