Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PDAL/PDAL
/ isOpen
Function
isOpen
pdal/util/OStream.hpp:83–84 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
81
m_stream = NULL;
82
}
83
PDAL_EXPORT bool isOpen() const
84
{ return (bool)m_stream; }
85
PDAL_EXPORT void flush()
86
{ m_stream->flush(); }
87
PDAL_EXPORT operator bool ()
Callers
4
checkInvariant
Method · 0.85
checkInvariant
Method · 0.85
checkInvariant
Method · 0.85
checkImageFileOpen
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected