Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DBraun/DawDreamer
/ IPAddress
Method
IPAddress
JuceLibraryCode/modules/juce_core/network/juce_IPAddress.cpp:39–43 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
37
}
38
39
IPAddress::IPAddress() noexcept
40
{
41
for (int i = 0; i < 16; ++i)
42
address[i] = 0;
43
}
44
45
IPAddress::IPAddress (const uint8 bytes[], bool IPv6) noexcept : isIPv6 (IPv6)
46
{
Callers
nothing calls this directly
Calls
12
zeroUnusedBytes
Function · 0.85
removePort
Function · 0.85
parse
Function · 0.85
removeEmptyStrings
Method · 0.80
containsChar
Method · 0.80
contains
Method · 0.45
getIntValue
Method · 0.45
indexOf
Method · 0.45
set
Method · 0.45
size
Method · 0.45
add
Method · 0.45
insert
Method · 0.45
Tested by
no test coverage detected