Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PatrickSys/codebase-context
/ confidence-decay.test.ts
File
confidence-decay.test.ts
tests/confidence-decay.test.ts:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
{ describe, it, expect } from
'vitest'
;
2
import
type
{ Memory } from
'../src/types/index.js'
;
3
import
{ computeConfidence, withConfidence } from
'../src/memory/store.js'
;
4
Callers
nothing calls this directly
Calls
3
computeConfidence
Function · 0.85
withConfidence
Function · 0.85
makeMemory
Function · 0.70
Tested by
no test coverage detected