MCPcopy Create free account
hub / github.com/LASzip/LASzip / get_error

Method get_error

src/laszipper.cpp:107–110  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

105}
106
107const char* LASzipper::get_error() const
108{
109 return error_string;
110}
111
112bool LASzipper::return_error(const char* error)
113{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected