MCPcopy Create free account
hub / github.com/dobin/RedEdr / stacktrace

Function stacktrace

RedEdrShared/loguru.cpp:1270–1274  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1268#endif // LOGURU_STACKTRACES
1269
1270 Text stacktrace(int skip)
1271 {
1272 auto str = stacktrace_as_stdstring(skip + 1);
1273 return Text(STRDUP(str.c_str()));
1274 }
1275
1276 // ------------------------------------------------------------------------
1277

Callers 1

log_messageFunction · 0.85

Calls 2

stacktrace_as_stdstringFunction · 0.85
TextFunction · 0.85

Tested by

no test coverage detected