Cause name (zero-cost, static string_view).
| 86 | |
| 87 | /// Cause name (zero-cost, static string_view). |
| 88 | fl::string_view causeName() const FL_NOEXCEPT { return resetCauseName(cause); } |
| 89 | |
| 90 | /// Platform-specific subcause name (zero-cost, static string_view). |
| 91 | /// Returns an empty view if `subcauseId == 0` or the platform doesn't |
nothing calls this directly
no test coverage detected