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

Method takeError

ext/src/llvm/JSON.cpp:225–228  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

223 }
224
225 Error takeError() {
226 assert(Err);
227 return std::move(*Err);
228 }
229
230private:
231 void eatWhitespace() {

Callers 11

parseFunction · 0.45
~ELFAttributeParserMethod · 0.45
interpretDecimalFunction · 0.45
APFloatMethod · 0.45
getAsDoubleMethod · 0.45
getMemoryBufferForStreamFunction · 0.45
getFileAuxFunction · 0.45
getReadWriteFileFunction · 0.45
getOpenFileImplFunction · 0.45
getFileAsStreamMethod · 0.45

Calls 1

assertClass · 0.85

Tested by

no test coverage detected