MCPcopy Create free account
hub / github.com/FoundationDB/fdb-document-layer / init_document_error

Function init_document_error

src/DocumentError.h:33–39  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

31#include "error_definitions.h"
32
33static void init_document_error() {
34#undef DOCLAYER_ERROR
35#define DOCLAYER_ERROR(name, number, comment) \
36 Error::errorCodeTable().addCode(number, #name, #comment); \
37 enum { Duplicate_Error_Code_##number = 0 };
38#include "error_definitions.h"
39}
40
41#endif

Callers 1

mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected