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

Method close_stream

lib_acl_cpp/src/hsocket/hsclient.cpp:131–138  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

129}
130
131void hsclient::close_stream(void)
132{
133 // �ر������ӣ��������ͷ�������
134 stream_.close();
135
136 // ������������������ص��Ѿ��򿪵ı�����
137 clear_tables();
138}
139
140const std::vector<hsrow*>& hsclient::get(const char* values[], int num,
141 const char* cond /* = "=" */, int nlimit /* = 0 */,

Callers

nothing calls this directly

Calls 1

closeMethod · 0.45

Tested by

no test coverage detected