MCPcopy Create free account
hub / github.com/MirrowApp/mirrow / codeblocks.ts

File codeblocks.ts

packages/core/src/data/codeblocks.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1export type CodeblockKind = "css-state" | "js-event";
2
3export class Codeblock {
4 constructor(public name: string, public kind: CodeblockKind) {}

Callers

nothing calls this directly

Calls 2

normalizeCssStateNameFunction · 0.85
normalizeJsEventNameFunction · 0.85

Tested by

no test coverage detected