Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PDAL/PDAL
/ done
Method
done
pdal/Streamable.cpp:108–116 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
106
}
107
108
void done(PointTableRef& table)
109
{
110
for (auto s : *this)
111
{
112
s->startLogging();
113
s->done(table);
114
s->stopLogging();
115
}
116
}
117
};
118
119
const Stage *nonstreaming = findNonstreamable();
Callers
1
execute
Method · 0.45
Calls
2
startLogging
Method · 0.80
stopLogging
Method · 0.80
Tested by
no test coverage detected