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

Method from_current_context

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

Source from the content-addressed store, hash-verified

146}
147
148GjsContextPrivate* GjsContextPrivate::from_current_context() {
149 return from_object(gjs_context_get_current());
150}
151
152enum GjsContextProps : uint8_t {
153 PROP_PROGRAM_PATH = 1,

Callers

nothing calls this directly

Calls 1

gjs_context_get_currentFunction · 0.85

Tested by

no test coverage detected