MCPcopy Create free account
hub / github.com/defold/defold / Empty

Function Empty

engine/dlib/src/dlib/socket.cpp:38–42  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

36 }
37
38 bool Empty(Address address)
39 {
40 return address.m_address[0] == 0x0 && address.m_address[1] == 0x0
41 && address.m_address[2] == 0x0 && address.m_address[3] == 0x0;
42 }
43
44 uint32_t* IPv4(Address* address)
45 {

Callers 4

BuildARDataFunction · 0.70
PopMethod · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected