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

Method debug_lifecycle

gi/wrapperutils.h:295–300  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

293
294 protected:
295 void debug_lifecycle(const char* message GJS_USED_VERBOSE_LIFECYCLE) const {
296 gjs_debug_lifecycle(Base::DEBUG_TOPIC,
297 "[%p: %s pointer %p - %s (%s)] %s", this,
298 Base::DEBUG_TAG, ptr_addr(), format_name().c_str(),
299 type_name(), message);
300 }
301 void debug_lifecycle(const void* obj GJS_USED_VERBOSE_LIFECYCLE,
302 const char* message GJS_USED_VERBOSE_LIFECYCLE) const {
303 gjs_debug_lifecycle(Base::DEBUG_TOPIC,

Callers 2

finalizeMethod · 0.45
constructorMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected