MCPcopy Create free account
hub / github.com/acl-dev/acl / write_callback

Function write_callback

harmony/api9/acl_one/entry/src/main/cpp/logger.cpp:93–96  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

91static write_fn s_write_callback;
92
93static void write_callback(void*, const char* str)
94{
95 log_info("%s", str);
96}
97
98static void log_callback(void* ctx, const char* fmt, va_list ap) {
99 static acl::string* buf = nullptr;

Callers

nothing calls this directly

Calls 1

log_infoFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…