Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/HumbleNet/HumbleNet
/ die
Function
die
src/api_builder/utilities.cpp:10–14 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
8
#include
"utilities.h"
9
10
void die(const std::string& error, int code)
11
{
12
std::cerr <<
"Error: "
<< error << std::endl;
13
exit(code);
14
}
15
16
std::string loadFile(const std::string& file)
17
{
Callers
3
buildLoader
Function · 0.85
buildCSharp
Function · 0.85
buildExport
Function · 0.85
Calls
1
exit
Function · 0.85
Tested by
no test coverage detected