Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MirrowApp/mirrow
/
Class
packages/core/src/data/codeblocks.ts:3–3 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
export
type
CodeblockKind =
"css-state"
|
"js-event"
;
2
3
export
class
Codeblock {
4
constructor(public name: string, public kind: CodeblockKind) {}
5
}
6
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected