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

Function gjs_context_make_current

gjs/context.cpp:1781–1785  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1779GjsContext* gjs_context_get_current() { return current_context; }
1780
1781void gjs_context_make_current(GjsContext* self) {
1782 g_assert(self == nullptr || current_context == nullptr);
1783
1784 current_context = self;
1785}
1786
1787namespace Gjs {
1788/**

Callers 2

gjs_context_initFunction · 0.85
gjs_context_finalizeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected