MCPcopy Create free account
hub / github.com/Samsung/UTopia / getIDAsString

Method getIDAsString

lib/astirmap/LocIndex.cpp:77–79  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

75size_t LocIndex::getColumn() const { return Column; }
76
77std::string LocIndex::getIDAsString() const {
78 return Path + ":" + std::to_string(Line) + ":" + std::to_string(Column);
79}
80
81bool LocIndex::operator<(const LocIndex &Src) const {
82 if (Path != Src.getPath())

Callers 3

IRNode.cppFile · 0.80
ASTDefNode.cppFile · 0.80
ASTNode.cppFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected