Current.PrimitiveSourceAn OCurrent pipeline is made up of primitive operations. A primitive is roughly the content of a single box in the diagram.
Warning: Primitive is the low-level API. You will almost always want to use Current_cache (for processing or publishing jobs) or Monitor (for inputs) instead.
const x is a primitive that always evaluates to x and never needs to be updated.
map_result fn t transforms the result of t with fn. The metadata remains the same. If fn raises an exception, this is converted to Error.