Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ChiyukiGana/Quickinput
/ IsMessageInProgress
Method
IsMessageInProgress
source/src/osc/osc/OscOutboundPacketStream.cpp:308–311 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
306
307
308
bool OutboundPacketStream::IsMessageInProgress() const
309
{
310
return messageIsInProgress_;
311
}
312
313
314
bool OutboundPacketStream::IsBundleInProgress() const
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected