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

Method errmsg

util/misc.h:69–69  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

67 FILE* fp() { return m_fp; }
68 bool has_error() { return !!m_errmsg; }
69 const char* errmsg() { return m_errmsg; }
70};
71
72namespace Gjs {

Callers 2

gjs_dump_heapFunction · 0.80
gjs_dump_memory_infoFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected