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

Function add_num

app/master/daemon/master/master_warning.cpp:59–65  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

57}
58
59static void add_num(ACL_VSTRING *buf, const char *name, int value)
60{
61 char tmp[32];
62
63 snprintf(tmp, sizeof(tmp), "%d", value);
64 add_str(buf, name, tmp);
65}
66
67static void notify_thread(void *arg)
68{

Callers 1

notify_threadFunction · 0.85

Calls 1

add_strFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…