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

Function MyCode

packages/codehike/tests/md-suite/import-code.0.render.tsx:10–13  ·  view source on GitHub ↗
({ codeblock }: { codeblock: RawCode })

Source from the content-addressed store, hash-verified

8}
9
10async function MyCode({ codeblock }: { codeblock: RawCode }) {
11 const highlighted = await highlight(codeblock, "github-dark")
12 return <Pre code={highlighted} handlers={[mark]} />
13}
14
15const mark: AnnotationHandler = {
16 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…