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

File url.test.ts

packages/svelte/src/reactivity/url.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 { SvelteURL } from './url.js';
4import { assert, test } from 'vitest';

Callers

nothing calls this directly

Calls 13

effect_rootFunction · 0.90
render_effectFunction · 0.90
flushSyncFunction · 0.90
cleanupFunction · 0.85
pushMethod · 0.80
setMethod · 0.65
testFunction · 0.50
appendMethod · 0.45
deleteMethod · 0.45
getMethod · 0.45
hasMethod · 0.45
toStringMethod · 0.45

Tested by

no test coverage detected