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

Function MyCode

packages/codehike/tests/md-suite/annotation.0.render.tsx:16–19  ·  view source on GitHub ↗
({ codeblock }: { codeblock: RawCode })

Source from the content-addressed store, hash-verified

14}
15
16async function MyCode({ codeblock }: { codeblock: RawCode }) {
17 const highlighted = await highlight(codeblock, "github-dark")
18 return <Pre code={highlighted} className="foo" handlers={[mark]} />
19}
20
21const mark: AnnotationHandler = {
22 name: "mark",

Callers

nothing calls this directly

Calls 1

highlightFunction · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…