Function hash [src]
Prototype
pub fn hash(fc: FilesContext, file: File) u32
Parameters
fc: FilesContext
file: File
Source
pub fn hash(fc: FilesContext, file: File) u32 {
_ = fc;
return file.prefixed_path.hash();
}
pub fn hash(fc: FilesContext, file: File) u32
fc: FilesContext
file: File
pub fn hash(fc: FilesContext, file: File) u32 {
_ = fc;
return file.prefixed_path.hash();
}