MCPcopy
hub / github.com/coder/mux / reset

Method reset

src/node/services/onePasswordService.ts:291–296  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

289 return segments.join(" / ");
290 }
291 reset(): void {
292 this.client = null;
293 this.initPromise = null;
294 this.available = null;
295 this.cache.clear();
296 }
297}

Callers

nothing calls this directly

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected