MCPcopy Create free account
hub / github.com/beefytech/Beef / SetErrorString

Method SetErrorString

BeefRT/rt/Internal.cpp:372–375  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

370}
371
372void bf::System::Runtime::SetErrorString(char* errorStr)
373{
374 ::SetErrorString(errorStr);
375}
376
377void bf::System::Runtime::AddCrashInfoFunc(void* func)
378{

Callers 2

ProcessSweepInfoMethod · 0.80
RawShutdownMethod · 0.80

Calls 1

SetErrorStringFunction · 0.85

Tested by

no test coverage detected