Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
72
namespace Gjs {
Callers
2
gjs_dump_heap
Function · 0.80
gjs_dump_memory_info
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected