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

Method convertToErrorCode

ext/include/llvm/Support/JSON.h:701–703  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

699 OS << llvm::formatv("[{0}:{1}, byte={2}]: {3}", Line, Column, Offset, Msg);
700 }
701 std::error_code convertToErrorCode() const override {
702 return llvm::inconvertibleErrorCode();
703 }
704};
705
706/// json::OStream allows writing well-formed JSON without materializing

Callers

nothing calls this directly

Calls 1

inconvertibleErrorCodeFunction · 0.85

Tested by

no test coverage detected