compute_and_set_obj_checksum: Convenience function for computing the object's checksum and...

compute_and_set_obj_checksumR Documentation

Convenience function for computing the object's checksum and setting that slot

Description

This function computes the checksum and sets the checksum slot in the object, then returns the modified object. It just packages those up for convenience.

Usage

compute_and_set_obj_checksum(
  obj_with_UUID_and_checksum,
  base_outdir_for_checksum = "."
)

Arguments

obj_with_UUID_and_checksum

object whose checksum is to be computed

base_outdir_for_checksum

directory where temporary file for use in checksum computation will be written and then deleted

Value

the same object that was passed in except that its checksum is now set


langfob/bdpg documentation built on Dec. 8, 2022, 5:33 a.m.