Skip to content

Commit 7f8fddc

Browse files
style: organize storage barrel imports
Co-authored-by: Alfonso <alfonso-magic-context@users.noreply.github.com>
1 parent 9ee5eeb commit 7f8fddc

1 file changed

Lines changed: 10 additions & 10 deletions

File tree

  • packages/plugin/src/features/magic-context

packages/plugin/src/features/magic-context/storage.ts

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,16 @@ export {
5555
schemaVersionIsSupported,
5656
setSqlitePragmaConfig,
5757
} from "./storage-db";
58+
export {
59+
beginSynapseBatchLedger,
60+
type EmbeddingMeasurementInput,
61+
type EmbeddingMeasurementRow,
62+
finishSynapseBatchLedger,
63+
listEmbeddingMeasurements,
64+
normalizedQueryHash,
65+
recordEmbeddingMeasurement,
66+
type SynapseBatchLedgerInput,
67+
} from "./storage-embedding-measurements";
5868
export {
5969
deleteIdentityRekeyMap,
6070
getIdentityRekeyMap,
@@ -191,16 +201,6 @@ export {
191201
type WrapupInProgressState,
192202
} from "./storage-meta";
193203
export { bumpSessionFactsVersion } from "./storage-meta-shared";
194-
export {
195-
listEmbeddingMeasurements,
196-
normalizedQueryHash,
197-
recordEmbeddingMeasurement,
198-
type EmbeddingMeasurementInput,
199-
type EmbeddingMeasurementRow,
200-
beginSynapseBatchLedger,
201-
finishSynapseBatchLedger,
202-
type SynapseBatchLedgerInput,
203-
} from "./storage-embedding-measurements";
204204
export {
205205
addNote,
206206
deleteNote,

0 commit comments

Comments
 (0)