MCPcopy Create free account
hub / github.com/StudioCherno/Coral / ExceptionCallback

Function ExceptionCallback

Tests/Testing.Native/Source/Main.cpp:17–20  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15static Coral::Type g_TestsType;
16
17static void ExceptionCallback(std::string_view InMessage)
18{
19 std::cout << "\033[1;31m " << "Unhandled native exception: " << InMessage << "\033[0m\n";
20}
21
22static int8_t SByteMarshalIcall(int8_t InValue) { return InValue * 2; }
23static uint8_t ByteMarshalIcall(uint8_t InValue) { return InValue * 2; }

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected