Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/annotorious/annotorious
/ Store.test.ts
File
Store.test.ts
packages/annotorious-core/test/state/Store.test.ts:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
{ describe, it, expect, vi } from
'vitest'
;
2
import
{ dequal } from
'dequal/lite'
;
3
import
{ createStore, Origin } from
'../../src/state'
;
4
import
type
{ Annotation } from
'src'
;
Callers
nothing calls this directly
Calls
8
createStore
Function · 0.90
addAnnotation
Method · 0.80
getAnnotation
Method · 0.80
addBody
Method · 0.80
deleteAnnotation
Method · 0.80
deleteBody
Method · 0.80
clear
Method · 0.80
updateAnnotation
Method · 0.65
Tested by
no test coverage detected