Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PDAL/PDAL
/ makeWriterOptions
Function
makeWriterOptions
test/unit/io/SbetWriterTest.cpp:54–59 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
52
53
54
Options makeWriterOptions()
55
{
56
Options options;
57
options.add(
"filename"
, Support::temppath(
"SbetWriterTest.sbet"
));
58
return options;
59
}
60
61
TEST(SbetWriterTest, testConstructor)
62
{
Callers
1
TEST
Function · 0.85
Calls
2
temppath
Function · 0.85
add
Method · 0.45
Tested by
no test coverage detected