MCPcopy Create free account
hub / github.com/ashkulz/NppFTP / GetMultiLineResponseLineCount

Method GetMultiLineResponseLineCount

UTCP/src/ftp_c.cpp:3042–3045  ·  view source on GitHub ↗

GetMultiLineResponseLineCount Returns a number of lines in the multiline response list. PARAM: none RET: number of lines **********************************************/

Source from the content-addressed store, hash-verified

3040 number of lines
3041**********************************************/
3042LONG CUT_FTPClient::GetMultiLineResponseLineCount() const
3043{
3044 return m_listResponse.GetCount();
3045}
3046/***********************************************
3047GetMultiLineResponse
3048 Returns a line from the multiline response

Callers

nothing calls this directly

Calls 1

GetCountMethod · 0.80

Tested by

no test coverage detected