Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PDAL/PDAL
/ get
Function
get
tools/lasdump/Header.cpp:98–104 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
96
namespace
97
{
98
void get(ILeStream& in, Uuid& uuid)
99
{
100
std::vector<char> buf(uuid.size());
101
102
in.get(buf.data(), uuid.size());
103
uuid.unpack(buf.data());
104
}
105
106
} // unnamed namespace;
107
Callers
1
Header.cpp
File · 0.70
Calls
3
size
Method · 0.45
get
Method · 0.45
data
Method · 0.45
Tested by
no test coverage detected