MCPcopy Create free account
hub / github.com/GNOME/gjs / raise_default

Method raise_default

modules/console.cpp:140–144  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

138 }
139
140 void raise_default() {
141 if (m_prev_handler != SIG_ERR)
142 signal(SIGINT, m_prev_handler);
143 raise(SIGINT);
144 }
145#endif // HAVE_SIGNAL_H
146};
147

Callers 1

gjs_console_interactFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected