Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/chhoumann/quickadd
/ FieldSuggestionCache.test.ts
File
FieldSuggestionCache.test.ts
src/utils/FieldSuggestionCache.test.ts:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
{ describe, it, expect, beforeEach, vi } from
"vitest"
;
2
import
{ FieldSuggestionCache } from
"./FieldSuggestionCache"
;
3
4
describe(
"FieldSuggestionCache"
, () => {
Callers
nothing calls this directly
Calls
8
fn
Method · 0.80
startAutomaticCleanup
Method · 0.80
getStats
Method · 0.80
destroy
Method · 0.65
getInstance
Method · 0.45
clear
Method · 0.45
set
Method · 0.45
get
Method · 0.45
Tested by
no test coverage detected