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

Method str

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

Source from the content-addressed store, hash-verified

520
521 operator llvm::StringRef() const { return Data; }
522 std::string str() const { return Data.str(); }
523
524private:
525 // FIXME: this is unneccesarily large (3 pointers). Pointer + length + owned

Callers 15

formatMethod · 0.45
directory_entryMethod · 0.45
saveMethod · 0.45
saveMethod · 0.45
messageMethod · 0.45
cantFailFunction · 0.45
Error.hFile · 0.45
createStringErrorFunction · 0.45
FileErrorMethod · 0.45
processKeyMethod · 0.45
yamlizeFunction · 0.45
inputMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected