Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
32
function
touchKey(key: string): string {
33
touchedKeys.add(key);
34
return
key;
35
}
36
37
function
writeState<T>(key: string, value: T): void {
38
touchedKeys.add(key);
Callers
1
modelPreferenceRepair.test.ts
File · 0.85
Calls
1
add
Method · 0.80
Tested by
no test coverage detected