MCPcopy Create free account
hub / github.com/GANGE666/xVMP / createStringError

Function createStringError

src/lib/Support/Error.cpp:136–138  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

134}
135
136Error createStringError(std::error_code EC, char const *Msg) {
137 return make_error<StringError>(Msg, EC);
138}
139
140void report_fatal_error(Error Err, bool GenCrashDiag) {
141 assert(Err && "report_fatal_error called with success value");

Callers 15

xray-fdr-dump.cppFile · 0.50
findBuildIDFunction · 0.50
writeTBEFunction · 0.50
readInputFileFunction · 0.50
readELFFileFunction · 0.50
loadNaiveFormatLogFunction · 0.50
loadFDRLogFunction · 0.50
visitMethod · 0.50
metadataRecordTypeFunction · 0.50
findNextBufferExtentMethod · 0.50
produceMethod · 0.50
transitionMethod · 0.50

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.40