bumpOverwrite function

BumpFn bumpOverwrite()

Replaces the current value of the tag with the incoming one.

Implementation

BumpFn bumpOverwrite() {
  return (value, delta) => delta;
}