MCPcopy Create free account
hub / github.com/MeshInspector/MeshLib / isEmpty

Function isEmpty

source/MRMesh/MRSceneLoad.cpp:16–19  ·  view source on GitHub ↗

check if stream is empty (has no data)

Source from the content-addressed store, hash-verified

14
15// check if stream is empty (has no data)
16inline bool isEmpty( std::ostream& os )
17{
18 return os.tellp() == std::streampos( 0 );
19}
20
21// find corresponding filter in the async object loader registry
22std::optional<IOFilter> findAsyncObjectLoadFilter( const std::filesystem::path& path )

Callers 1

processMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected