MCPcopy Create free account
hub / github.com/codr7/hacktical-c / hc_error

Class hc_error

error/tests.c:9–9  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7
8void error_tests() {
9 void on_catch(struct hc_error *e) {
10 assert(hc_streq("E123", e->message) == 0);
11 }
12

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected