Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/couchbase/fleece
/ toString
Method
toString
Fleece/Support/Backtrace.cc:315–319 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
313
314
315
string Backtrace::toString() const {
316
stringstream out;
317
writeTo(out);
318
return out.str();
319
}
320
321
322
void Backtrace::writeCrashLog(ostream &out) {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected