Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Genivia/RE-flex
/ error
Function
error
tests/ptest.cpp:25–29 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
23
}
24
25
static void error(const char *text)
26
{
27
std::cout <<
"FAILED: "
<< text << std::endl;
28
exit(EXIT_FAILURE);
29
}
30
31
using namespace reflex;
32
Callers
1
main
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected