MCPcopy Index your code
hub / github.com/coder/mux / touchKey

Function touchKey

src/browser/utils/modelPreferenceRepair.test.ts:32–35  ·  view source on GitHub ↗
(key: string)

Source from the content-addressed store, hash-verified

30}
31
32function touchKey(key: string): string {
33 touchedKeys.add(key);
34 return key;
35}
36
37function writeState<T>(key: string, value: T): void {
38 touchedKeys.add(key);

Callers 1

Calls 1

addMethod · 0.80

Tested by

no test coverage detected