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

Function MyCode

packages/codehike/tests/md-suite/stacked-token.0.render.tsx:17–20  ·  view source on GitHub ↗
({ codeblock }: { codeblock: RawCode })

Source from the content-addressed store, hash-verified

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