MCPcopy Index your code
hub / github.com/tinyplex/tinybase / destroySynchronizer

Function destroySynchronizer

src/ui-solid/primitives.ts:2021–2024  ·  view source on GitHub ↗
(synchronizer: Synchronizer)

Source from the content-addressed store, hash-verified

2019 let current = true;
2020 let createdSynchronizer: SynchronizerOrUndefined | undefined;
2021 const destroySynchronizer = (synchronizer: Synchronizer) => {
2022 synchronizer.destroy();
2023 destroy?.(synchronizer);
2024 };
2025 (async () => {
2026 const resolvedStore = getThing(store);
2027 createdSynchronizer = resolvedStore

Callers 1

useCreateSynchronizerFunction · 0.70

Calls 2

destroyMethod · 0.65
destroyFunction · 0.50

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…