custom_data_loader

Function hash_and_log

Source
pub(crate) fn hash_and_log(
    settings: &DataLoaderSettings,
    tx: &Sender<LoadedData>,
    filepath: &Path,
    contents: &[u8],
) -> Result<(), DataLoaderError>