MCPcopy Create free account
hub / github.com/WayfireWM/wayfire / valid_addr2line_return

Function valid_addr2line_return

src/debug.cpp:194–197  ·  view source on GitHub ↗

* Check whether the addr2line returned a valid position. */

Source from the content-addressed store, hash-verified

192 * Check whether the addr2line returned a valid position.
193 */
194bool valid_addr2line_return(std::string output)
195{
196 return !output.empty() && output[0] != '?';
197}
198
199struct addr2line_result
200{

Callers 1

locate_source_fileFunction · 0.85

Calls 1

emptyMethod · 0.80

Tested by

no test coverage detected