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

Function get

lib_acl_cpp/samples/connect_manager/main.cpp:97–102  ·  view source on GitHub ↗

������̣�����������������ӷ�������ȡ��Ӧ����

Source from the content-addressed store, hash-verified

95
96// ������̣�����������������ӷ�������ȡ��Ӧ����
97static bool get(connect_client* conn, int n)
98{
99 printf(">>>check addr: %s, n: %d\r\n", conn->get_addr(), n);
100
101 return true;
102}
103
104// ���̴߳�������
105static void thread_main(void*)

Callers 1

thread_mainFunction · 0.70

Calls 1

get_addrMethod · 0.45

Tested by

no test coverage detected