MCPcopy Create free account
hub / github.com/Shangyizhou/A-Tiny-Network-Library / asyncOutput

Function asyncOutput

example/echoServerAsync.cc:62–65  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

60std::unique_ptr<AsyncLogging> g_asyncLog;
61
62void asyncOutput(const char* msg, int len)
63{
64 g_asyncLog->append(msg, len);
65}
66
67void setLogging(const char* argv0)
68{

Callers

nothing calls this directly

Calls 1

appendMethod · 0.45

Tested by

no test coverage detected