Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
cantFail
Function · 0.45
Error.h
File · 0.45
handleExpected
Function · 0.45
expectedToOptional
Function · 0.45
expectedToErrorOr
Function · 0.45
operator()
Method · 0.45
ExitOnError
Class · 0.45
getPageSizeEstimate
Method · 0.45
Calls
1
Error
Function · 0.70
Tested by
no test coverage detected