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

Method ObjectKey

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

Source from the content-addressed store, hash-verified

488class ObjectKey {
489public:
490 ObjectKey(const char *S) : ObjectKey(StringRef(S)) {}
491 ObjectKey(std::string S) : Owned(new std::string(std::move(S))) {
492 if (LLVM_UNLIKELY(!isUTF8(*Owned))) {
493 assert(false && "Invalid UTF-8 in value used as JSON");

Callers

nothing calls this directly

Calls 8

isUTF8Function · 0.85
assertClass · 0.85
fixUTF8Function · 0.85
ObjectKeyClass · 0.85
StringRefClass · 0.70
beginMethod · 0.45
endMethod · 0.45
strMethod · 0.45

Tested by

no test coverage detected