Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LASzip/LASzip
/ get_error
Method
get_error
src/lasunzipper.cpp:113–116 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
111
}
112
113
const char* LASunzipper::get_error() const
114
{
115
return error_string;
116
}
117
118
bool LASunzipper::return_error(const char* error)
119
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected