Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TorqueGameEngines/Torque3D
/ detachStream
Method
detachStream
Engine/source/core/resizeStream.cpp:52–59 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
50
}
51
52
void ResizeFilterStream::detachStream()
53
{
54
m_pStream = NULL;
55
m_startOffset = 0;
56
m_streamLen = 0;
57
m_currOffset = 0;
58
setStatus(Closed);
59
}
60
61
Stream* ResizeFilterStream::getStream()
62
{
Callers
2
read
Method · 0.45
write
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected