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

Interface HikeCode

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

Source from the content-addressed store, hash-verified

33}
34
35interface HikeCode extends HikeNodeBase {
36 type: "code"
37 value: string
38 lang?: string | null | undefined
39 meta?: string | null | undefined
40}
41
42interface HikeImage extends HikeNodeBase {
43 type: "image"

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…