MCPcopy
hub / github.com/CaliCastle/cali.so / Node

Interface Node

app/(main)/blog/BlogPostTableOfContents.tsx:13–18  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11}
12
13interface Node {
14 _type: 'block'
15 style: 'h1' | 'h2' | 'h3' | 'h4'
16 _key: string
17 children?: HeadingNode[]
18}
19
20const parseOutline = (nodes: Node[]) => {
21 return nodes

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected