MCPcopy Create free account
hub / github.com/PDAL/PDAL / text

Function text

plugins/mbio/io/MbError.cpp:97–103  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

95} // unnamed namespace
96
97std::string text(int errorCode)
98{
99 auto ei = errors.find(errorCode);
100 if (ei != errors.end())
101 return ei->second;
102 return "";
103}
104
105} // namespace MbError
106

Callers 2

readyMethod · 0.85
loadDataMethod · 0.85

Calls 2

findMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected