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

Method IsIPAddress

UTCP/src/ut_clnt.cpp:1892–1893  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1890****************************************************/
1891#if defined _UNICODE
1892int CUT_WSClient::IsIPAddress(LPCWSTR address) const {
1893 return IsIPAddress(AC(address));}
1894#endif
1895int CUT_WSClient::IsIPAddress(LPCSTR address) const
1896{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected