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

Method format_name

gi/wrapperutils.h:276–283  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

274 }
275
276 [[nodiscard]]
277 std::string format_name() const {
278 std::string retval = ns();
279 if (!retval.empty())
280 retval += '.';
281 retval += name();
282 return retval;
283 }
284
285 private:
286 // Accessor for Instance member. Used only in debug methods and toString().

Callers 2

constructorMethod · 0.45
typecheckMethod · 0.45

Calls 1

emptyMethod · 0.80

Tested by

no test coverage detected