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

Function IsServiceActive

engine/dlib/src/dlib/mdns.cpp:1115–1118  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1113 }
1114
1115 static bool IsServiceActive(const RegisteredService& service)
1116 {
1117 return service.m_State == SERVICE_STATE_ACTIVE;
1118 }
1119
1120 static uint32_t BuildProbeMessage(const RegisteredService& service, uint8_t* buffer, uint32_t buffer_size)
1121 {

Callers 2

QueryMatchesServiceFunction · 0.85
SuppressKnownAnswersFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected