Returns the source location used to create this builder.
Declared in <absl/status/status_builder.h>
[[nodiscard]]
absl::SourceLocation
source_location() const;
This differs from GetPreviousSourceLocations() as this location is the single location for the creation of this builder.
The source location associated with this builder.
The return value should not be discarded.