MCPcopy 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

96namespace
97{
98void 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.cppFile · 0.70

Calls 3

sizeMethod · 0.45
getMethod · 0.45
dataMethod · 0.45

Tested by

no test coverage detected