MCPcopy Create free account
hub / github.com/annotorious/annotorious / Selection.test.ts

File Selection.test.ts

packages/annotorious-core/test/state/Selection.test.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { beforeEach, describe, it, expect } from 'vitest';
2import { type Store, createStore, createSelectionState } from '../../src/state';
3import type { Annotation } from '../../src/model';
4

Callers

nothing calls this directly

Calls 3

createStoreFunction · 0.90
createSelectionStateFunction · 0.90
setSelectedMethod · 0.65

Tested by

no test coverage detected