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

Function is_runes

packages/svelte/src/internal/client/context.js:229–231  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

227
228/** @returns {boolean} */
229export function is_runes() {
230 return !legacy_mode_flag || (component_context !== null && component_context.l === null);
231}
232
233/**
234 * @param {string} name

Callers 7

update_reactionFunction · 0.90
await_blockFunction · 0.90
keyFunction · 0.90
flattenFunction · 0.90
setFunction · 0.90
internal_setFunction · 0.90
mark_reactionsFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected