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

Method SendAsLine

UTCP/src/ut_clnt.cpp:918–919  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

916****************************************************/
917#if defined _UNICODE
918int CUT_WSClient::SendAsLine(LPCWSTR data, int len,int lineLen){
919 return SendAsLine(AC(data), len, lineLen);}
920#endif
921int CUT_WSClient::SendAsLine(LPCSTR data, int len,int lineLen){
922

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected