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

Method constructor

packages/core/src/data/codeblocks.ts:4–4  ·  view source on GitHub ↗
(public name: string, public kind: CodeblockKind)

Source from the content-addressed store, hash-verified

2
3export class Codeblock {
4 constructor(public name: string, public kind: CodeblockKind) {}
5}
6
7const normalizeCssStateName = (name: string): string =>

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected