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

Method has_error

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

Source from the content-addressed store, hash-verified

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

Callers 3

gjs_dump_heapFunction · 0.80
gjs_dump_memory_infoFunction · 0.80
gjs_log_initFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected