MCPcopy Create free account
hub / github.com/MirrowApp/mirrow / isCssState

Function isCssState

packages/core/src/data/codeblocks.ts:252–254  ·  view source on GitHub ↗
(name: string)

Source from the content-addressed store, hash-verified

250const specialCodeblocks = new Set<string>(["style", "script"]);
251
252export function isCssState(name: string): boolean {
253 return cssStateLookup.has(normalizeCssStateName(name));
254}
255
256export function isCssException(name: string): boolean {
257 for (const exception of cssExceptions) {

Callers 1

Calls 1

normalizeCssStateNameFunction · 0.85

Tested by

no test coverage detected