Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
63
int FTPCache::GetPathMapCount() const {
64
return (int)m_vCachePaths.size();
65
}
66
67
int FTPCache::DeletePathMap(int i) {
68
if (i < 0 || (size_t)i >= m_vCachePaths.size())
Callers
4
FTPProfile
Method · 0.80
OnNotify
Method · 0.80
LoadCacheMaps
Method · 0.80
UpdateCacheMapSpinner
Method · 0.80
Calls
1
size
Method · 0.80
Tested by
no test coverage detected