MCPcopy Create free account
hub / github.com/GlobedGD/globed2 / _assertionFail

Method _assertionFail

src/util/assert.cpp:5–7  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3#include <Geode/utils/terminate.hpp>
4
5void 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}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected