Function custom_data_loader::hash_and_log

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