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

Function readString

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

Source from the content-addressed store, hash-verified

40}
41
42function readString(key: string): string | undefined {
43 touchedKeys.add(key);
44 return readPersistedString(key);
45}
46
47function readState<T>(key: string, defaultValue: T): T {
48 touchedKeys.add(key);

Callers 1

Calls 2

readPersistedStringFunction · 0.90
addMethod · 0.80

Tested by

no test coverage detected