Upstream v2.0.5 Upstream.Worker.Checksum View Source

Calculates the sha from the streaming chunk.

Link to this section Summary

Link to this section Functions

Link to this function add_bytes_to_hash(bytes, pid) View Source
add_bytes_to_hash(
  any(),
  atom() | pid() | {atom(), any()} | {:via, atom(), any()}
) :: any()
Link to this function get_hash(pid) View Source
get_hash(atom() | pid() | {atom(), any()} | {:via, atom(), any()}) :: any()
Link to this function start_link() View Source
start_link() :: {:error, any()} | {:ok, pid()}
Link to this function stop(pid) View Source
stop(atom() | pid() | {atom(), any()} | {:via, atom(), any()}) :: :ok