MCPcopy Create free account
hub / github.com/IgorWarzocha/howcode / attachThreadDiffPreferences

Function attachThreadDiffPreferences

desktop/pi-threads/thread-loader.ts:25–30  ·  view source on GitHub ↗
(thread: ThreadData)

Source from the content-addressed store, hash-verified

23}
24
25function attachThreadDiffPreferences(thread: ThreadData): ThreadData {
26 return {
27 ...thread,
28 diffPreferences: getThreadDiffPreferences(thread.sessionPath),
29 }
30}
31
32const INBOX_PROMPT_BACKFILL_CONCURRENCY = 6
33

Callers 2

loadThreadSnapshotFunction · 0.85
loadThreadFunction · 0.85

Calls 1

getThreadDiffPreferencesFunction · 0.90

Tested by

no test coverage detected