Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_heap
Function · 0.80
gjs_dump_memory_info
Function · 0.80
gjs_log_init
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected