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

Function MyCode

packages/codehike/tests/utils.ast.tsx:88–91  ·  view source on GitHub ↗
({ codeblock }: { codeblock: RawCode })

Source from the content-addressed store, hash-verified

86}
87
88async function MyCode({ codeblock }: { codeblock: RawCode }) {
89 const highlighted = await highlight(codeblock, "github-dark")
90 return <Pre code={highlighted} handlers={[handler]} />
91}
92
93async function InlineCode({ codeblock }: { codeblock: RawCode }) {
94 const highlighted = await highlight(codeblock, "github-dark")

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…