Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KhronosGroup/KTX-Software
/ ~StreambufStream
Method
~StreambufStream
utils/sbufstream.h:73–77 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
71
StreambufStream &operator=(StreambufStream&&) = delete;
72
73
virtual ~StreambufStream()
74
{
75
if (!_destructed)
76
stream()->destruct(stream());
77
}
78
79
inline ktxStream* stream() const
80
{
Callers
nothing calls this directly
Calls
1
destruct
Method · 0.45
Tested by
no test coverage detected