MCPcopy Create free account
hub / github.com/charto/nbind / getError

Method getError

include/nbind/api.h:43–43  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

41public:
42
43 static inline const char *getError() { return(message); }
44
45 static inline void clearError() {
46 if(Status::message) delete Status::message;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected