-
#include "tensorstore/util/status_builder.h" - StatusBuilder& tensorstore::StatusBuilder::SetPrepend();
Mutates the builder so that any formatted message is prepended to the status.
NOTE: Multiple calls to
SetPrependandSetAppendjust adjust the behavior of the final join of the original status with the extra message.