Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PDAL/PDAL
/ run
Method
run
test/unit/WhereTest.cpp:203–210 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
201
{ return
"writers.test"
; }
202
203
PointViewSet run(PointViewPtr v)
204
{
205
g_count = v->size();
206
PointViewSet s;
207
s.insert(v);
208
s.insert(v->makeNew());
209
return s;
210
}
211
};
212
213
TestWriter w;
Callers
nothing calls this directly
Calls
2
size
Method · 0.45
insert
Method · 0.45
Tested by
no test coverage detected