Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ChiyukiGana/Quickinput
/ AddressPatternAsUInt32
Method
AddressPatternAsUInt32
source/src/osc/osc/OscReceivedElements.cpp:579–582 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
577
578
579
uint32 ReceivedMessage::AddressPatternAsUInt32() const
580
{
581
return ToUInt32( addressPattern_ );
582
}
583
584
585
void ReceivedMessage::Init( const char *message, osc_bundle_element_size_t size )
Callers
1
OscPrintReceivedElements.cpp
File · 0.80
Calls
1
ToUInt32
Function · 0.85
Tested by
no test coverage detected