| 3 | #include <Geode/utils/terminate.hpp> |
| 4 | |
| 5 | void globed::_assertionFail(std::string_view what, std::string_view file, int line) { |
| 6 | geode::utils::terminate(fmt::format("Assertion failed ({}) at {}:{}", what, file, line)); |
| 7 | } |
nothing calls this directly
no outgoing calls
no test coverage detected