Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PDAL/PDAL
/ TEST
Function
TEST
test/unit/io/PtsReaderTest.cpp:43–50 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
41
{
42
43
TEST(PtsReader, Constructor)
44
{
45
PtsReader reader1;
46
47
StageFactory f;
48
Stage* reader2(f.createStage(
"readers.pts"
));
49
EXPECT_TRUE(reader2);
50
}
51
52
53
Callers
nothing calls this directly
Calls
8
datapath
Function · 0.85
createStage
Method · 0.80
setOptions
Method · 0.80
add
Method · 0.45
prepare
Method · 0.45
execute
Method · 0.45
size
Method · 0.45
begin
Method · 0.45
Tested by
no test coverage detected