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

Function MakeUniqueServiceType

engine/dlib/src/test/test_mdns.cpp:292–295  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

290 }
291
292 static void MakeUniqueServiceType(char* buffer, size_t buffer_size, uint64_t nonce)
293 {
294 snprintf(buffer, buffer_size, "_mdnstest%llu._tcp", (unsigned long long) (nonce % 100000000ULL));
295 }
296
297 static void BuildLocalName(const char* value, char* out, uint32_t out_size)
298 {

Callers 1

TESTFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected