MCPcopy
hub / github.com/sveltejs/svelte / enable_async_mode_flag

Function enable_async_mode_flag

packages/svelte/src/internal/flags/index.js:8–10  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

6export let tracing_mode_flag = false;
7
8export function enable_async_mode_flag() {
9 async_mode_flag = true;
10}
11
12/** ONLY USE THIS DURING TESTING */
13export function disable_async_mode_flag() {

Callers 4

async.jsFile · 0.90
hydratable.test.tsFile · 0.90
renderer.test.tsFile · 0.90
test.tsFile · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…