MCPcopy
hub / github.com/code-hike/codehike / HikeSection

Interface HikeSection

packages/codehike/src/mdx/1.1.remark-list-to-section.ts:24–33  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

22}
23
24export interface HikeSection extends HikeNodeBase {
25 _data: {
26 header: string
27 }
28 type: "section"
29 title: string
30 depth: number
31 parent: HikeSection | null
32 children: HikeNode[]
33}
34
35interface HikeCode extends HikeNodeBase {
36 type: "code"

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…