#include "tensorstore/util/status_builder.h"
StatusBuildertensorstore::StatusBuilder::SetPrepend();

Mutates the builder so that any formatted message is prepended to the status.

NOTE: Multiple calls to SetPrepend and SetAppend just adjust the behavior of the final join of the original status with the extra message.