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

Function PrintFlags

engine/dlib/src/test/test_socket.cpp:784–791  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

782}
783
784static void PrintFlags(uint32_t f) {
785 if (f & dmSocket::FLAGS_UP) {
786 printf("UP ");
787 }
788 if (f & dmSocket::FLAGS_RUNNING) {
789 printf("RUNNING ");
790 }
791}
792
793TEST(Socket, GetIfAddrs)
794{

Callers 1

TESTFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected