Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/CaliCastle/cali.so
/ HeadingNode
Interface
HeadingNode
app/(main)/blog/BlogPostTableOfContents.tsx:7–11 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
5
import React from
'react'
6
7
interface HeadingNode {
8
_type:
'span'
9
text: string
10
_key: string
11
}
12
13
interface Node {
14
_type:
'block'
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected