Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PDAL/PDAL
/ pipelineStreamable
Method
pipelineStreamable
pdal/Streamable.cpp:49–55 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
47
48
49
bool Streamable::pipelineStreamable() const
50
{
51
for (const Stage *s : m_inputs)
52
if (!s->pipelineStreamable())
53
return false;
54
return true;
55
}
56
57
58
const Stage *Streamable::findNonstreamable() const
Callers
6
outputDrivers
Method · 0.45
TEST
Function · 0.45
execute
Method · 0.45
TEST_F
Function · 0.45
TEST_F
Function · 0.45
TEST_F
Function · 0.45
Calls
no outgoing calls
Tested by
4
TEST
Function · 0.36
TEST_F
Function · 0.36
TEST_F
Function · 0.36
TEST_F
Function · 0.36