MCPcopy Create free account
hub / github.com/LARG/HFO / error

Function error

src/agent.cpp:116–120  ·  view source on GitHub ↗

Socket Error

Source from the content-addressed store, hash-verified

114
115// Socket Error
116void error(const char *msg)
117{
118 perror(msg);
119 exit(1);
120}
121
122// Minimium and feature values
123#define FEAT_MIN -1.

Callers 3

startServerMethod · 0.70
clientHandshakeMethod · 0.70
actionImplMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected