Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/davidgiven/fluxengine
/ fail
Method
fail
tests/tests.h:27–30 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
25
26
private:
27
void fail(const std::string& message)
28
{
29
error(
"assertion failed: {}: {}: {}"
, _filename, _lineno, message);
30
}
31
32
private:
33
const std::string _filename;
Callers
7
check_for_error
Method · 0.80
check_for_error
Method · 0.80
check_for_error
Method · 0.80
readLine
Method · 0.80
saveFl2File
Function · 0.80
loadSingleConfigFile
Function · 0.80
check_for_error
Function · 0.80
Calls
1
error
Function · 0.85
Tested by
no test coverage detected