Function hash [src]

Prototype

pub fn hash(fc: FilesContext, file: File) u32

Parameters

fc: FilesContextfile: File

Source

pub fn hash(fc: FilesContext, file: File) u32 { _ = fc; return file.prefixed_path.hash(); }