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

Function InlineCode

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

Source from the content-addressed store, hash-verified

91}
92
93async function InlineCode({ codeblock }: { codeblock: RawCode }) {
94 const highlighted = await highlight(codeblock, "github-dark")
95 return <Inline code={highlighted} style={highlighted.style} />
96}
97
98const handler: AnnotationHandler = {
99 name: "m",

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…