MCPcopy Create free account
hub / github.com/ChiyukiGana/Quickinput / IsBundleInProgress

Method IsBundleInProgress

source/src/osc/osc/OscOutboundPacketStream.cpp:314–317  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

312
313
314bool OutboundPacketStream::IsBundleInProgress() const
315{
316 return (elementSizePtr_ != 0);
317}
318
319
320OutboundPacketStream& OutboundPacketStream::operator<<( const BundleInitiator& rhs )

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected