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

Function jc_test_print_value

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

Source from the content-addressed store, hash-verified

30#include <jc_test/jc_test.h>
31
32template <> char* jc_test_print_value(char* buffer, size_t buffer_len, dmSocket::Result r) {
33 return buffer + dmSnPrintf(buffer, buffer_len, "%s", dmSocket::ResultToString(r));
34}
35
36const uint16_t CONST_TEST_PORT = 8008;
37

Callers

nothing calls this directly

Calls 2

dmSnPrintfFunction · 0.85
ResultToStringFunction · 0.50

Tested by

no test coverage detected