MCPcopy Create free account
hub / github.com/ablab/spades / takeError

Method takeError

ext/include/llvm/Support/Error.h:1237–1237  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1235 StringRef getFileName() { return FileName; }
1236
1237 Error takeError() { return Error(std::move(Err)); }
1238
1239 std::error_code convertToErrorCode() const override;
1240

Callers 8

cantFailFunction · 0.45
Error.hFile · 0.45
handleExpectedFunction · 0.45
expectedToOptionalFunction · 0.45
expectedToErrorOrFunction · 0.45
operator()Method · 0.45
ExitOnErrorClass · 0.45
getPageSizeEstimateMethod · 0.45

Calls 1

ErrorFunction · 0.70

Tested by

no test coverage detected