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

Method GetPathMapCount

src/FTPCache.cpp:63–65  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

61}
62
63int FTPCache::GetPathMapCount() const {
64 return (int)m_vCachePaths.size();
65}
66
67int FTPCache::DeletePathMap(int i) {
68 if (i < 0 || (size_t)i >= m_vCachePaths.size())

Callers 4

FTPProfileMethod · 0.80
OnNotifyMethod · 0.80
LoadCacheMapsMethod · 0.80
UpdateCacheMapSpinnerMethod · 0.80

Calls 1

sizeMethod · 0.80

Tested by

no test coverage detected