MCPcopy Create free account
hub / github.com/ServenScorpion/VirtualApp / deleted

Method deleted

lib/src/main/jni/transparentED/virtualFileSystem.cpp:92–116  ·  view source on GitHub ↗

void virtualFileManager::forceClean(char * path) { virtualFileDescribeSet &vfds = virtualFileDescribeSet::getVFDSet(); Autolock at_lock(_lock); VFMap::iterator iter = _vfmap.find(std::string(path)); if(iter != _vfmap.end()) { virtualFile * vf = iter->second; for(int i = 0; i < 1024; i++) { virtualFileDescribe * vfd = vfds.get(i);

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 2

HOOK_DEFFunction · 0.80
HOOK_DEFFunction · 0.80

Calls 4

setPathMethod · 0.80
getMethod · 0.45
getPathMethod · 0.45
insertMethod · 0.45

Tested by

no test coverage detected