MCPcopy Create free account
hub / github.com/RomanKubiak/ctrlr / toString

Method toString

JUCE/modules/juce_core/network/juce_MACAddress.cpp:58–61  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

56}
57
58String MACAddress::toString() const
59{
60 return toString ("-");
61}
62
63String MACAddress::toString (StringRef separator) const
64{

Callers

nothing calls this directly

Calls 3

toHexStringFunction · 0.85
paddedLeftMethod · 0.80
toStringFunction · 0.50

Tested by

no test coverage detected