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