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

Method exit

gjs/context.cpp:933–937  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

931}
932
933void GjsContextPrivate::exit(uint8_t exit_code) {
934 g_assert(!m_should_exit);
935 m_should_exit = true;
936 m_exit_code = exit_code;
937}
938
939bool GjsContextPrivate::should_exit(uint8_t* exit_code_p) const {
940 if (exit_code_p != nullptr)

Callers 8

heapgraph.pyFile · 0.45
process_iwyu.pyFile · 0.45
gjs_exitFunction · 0.45
requireSymbolFunction · 0.45
exit0.jsFile · 0.45
exit.jsFile · 0.45
quitFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected