MCPcopy
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
335module.exports = Recorder;

Callers 1

closeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected