MCPcopy
hub / github.com/sveltejs/svelte / set.test.ts

File set.test.ts

packages/svelte/src/reactivity/set.test.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { render_effect, effect_root } from '../internal/client/reactivity/effects.js';
2import { flushSync } from '../index-client.js';
3import { SvelteSet } from './set.js';
4import { assert, test } from 'vitest';

Callers

nothing calls this directly

Calls 12

effect_rootFunction · 0.90
render_effectFunction · 0.90
flushSyncFunction · 0.90
cleanupFunction · 0.85
pushMethod · 0.80
testFunction · 0.50
hasMethod · 0.45
deleteMethod · 0.45
clearMethod · 0.45
addMethod · 0.45
valuesMethod · 0.45
forEachMethod · 0.45

Tested by

no test coverage detected