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

Method SetCacheParent

src/FTPProfile.cpp:455–461  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

453}
454
455int FTPProfile::SetCacheParent(FTPCache * parentCache) {
456 if (!m_cache)
457 return -1;
458
459 m_cache->SetCacheParent(parentCache);
460 return 0;
461}
462
463
464//other functions

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected