MCPcopy 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
39IPAddress::IPAddress() noexcept
40{
41 for (int i = 0; i < 16; ++i)
42 address[i] = 0;
43}
44
45IPAddress::IPAddress (const uint8 bytes[], bool IPv6) noexcept : isIPv6 (IPv6)
46{

Callers

nothing calls this directly

Calls 12

zeroUnusedBytesFunction · 0.85
removePortFunction · 0.85
parseFunction · 0.85
removeEmptyStringsMethod · 0.80
containsCharMethod · 0.80
containsMethod · 0.45
getIntValueMethod · 0.45
indexOfMethod · 0.45
setMethod · 0.45
sizeMethod · 0.45
addMethod · 0.45
insertMethod · 0.45

Tested by

no test coverage detected