Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
97
std::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
ready
Method · 0.85
loadData
Method · 0.85
Calls
2
find
Method · 0.45
end
Method · 0.45
Tested by
no test coverage detected