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

Function gjs_context_get_current

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

Source from the content-addressed store, hash-verified

1777static GjsContext* current_context;
1778
1779GjsContext* gjs_context_get_current() { return current_context; }
1780
1781void gjs_context_make_current(GjsContext* self) {
1782 g_assert(self == nullptr || current_context == nullptr);

Callers 3

current_js_contextFunction · 0.85
from_current_contextMethod · 0.85
gjs_context_finalizeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected