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

Function acl_msg_close

lib_acl/src/stdlib/acl_msg.c:136–144  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

134}
135
136void acl_msg_close(void)
137{
138 if (__log_open_flag == 0)
139 return;
140 acl_close_log();
141 __log_open_flag = 0;
142 if (__close_fn)
143 __close_fn(__msg_ctx);
144}
145
146void acl_msg_info(const char *fmt,...)
147{

Callers 9

mainFunction · 0.85
mainFunction · 0.85
acl_vstream_popenFunction · 0.85
server_exitFunction · 0.85
udp_server_exitFunction · 0.85
master_log_closeFunction · 0.85
closeMethod · 0.85
~master_baseMethod · 0.85
acl_master_spawnFunction · 0.85

Calls 1

acl_close_logFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…