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

Function gjs_context_init

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

Source from the content-addressed store, hash-verified

232}
233
234static void gjs_context_init(GjsContext* self) {
235 gjs_log_init();
236 gjs_context_make_current(self);
237}
238
239static void gjs_context_class_init(GjsContextClass* klass) {
240 GObjectClass* object_class = G_OBJECT_CLASS(klass);

Callers

nothing calls this directly

Calls 2

gjs_log_initFunction · 0.85
gjs_context_make_currentFunction · 0.85

Tested by

no test coverage detected