MCPcopy Create free account
hub / github.com/DeusData/codebase-memory-mcp / activation_refusal_clear

Function activation_refusal_clear

src/cli/activation_transaction.c:97–99  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

95static const char *g_activation_refusal_object = NULL;
96
97static void activation_refusal_clear(void) {
98 g_activation_refusal_note[0] = '\0';
99}
100
101static void activation_note_refusal(const char *predicate, unsigned long os_error) {
102 if (g_activation_refusal_note[0] != '\0') {

Calls

no outgoing calls

Tested by

no test coverage detected