Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/alibaba/anyproxy
/ clear
Method
clear
lib/recorder.js:329–332 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
327
}
328
329
clear() {
330
const
self = this;
331
proxyUtil.deleteFolderContentsRecursive(self.cachePath, true);
332
}
333
}
334
335
module.exports = Recorder;
Callers
1
close
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected