MCPcopy Create free account
hub / github.com/davidgiven/fluxengine / error

Function error

lib/core/globals.h:52–55  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

50
51template <typename... Args>
52[[noreturn]] inline void error(fmt::string_view fstr, const Args&... args)
53{
54 throw ErrorException{fmt::format(fmt::runtime(fstr), args...)};
55}
56
57extern void warning(const std::string msg);
58

Callers 15

createEncoderMethod · 0.85
createDecoderMethod · 0.85
write_sectorFunction · 0.85
encodeMethod · 0.85
encodeMethod · 0.85
encodeMethod · 0.85
encodeMethod · 0.85
encodeMethod · 0.85
write_sectorFunction · 0.85
encodeMethod · 0.85
decodeSectorRecordMethod · 0.85
encodeMethod · 0.85

Calls

no outgoing calls

Tested by 5

mainInspectFunction · 0.68
failMethod · 0.68
test_gettingFunction · 0.68
test_findallfieldsFunction · 0.68
test_renderingFunction · 0.68