MCPcopy Index your code
hub / github.com/lingodotdev/lingo.dev / createInlineCode

Function createInlineCode

scripts/docs/src/generate-cli-docs.ts:80–82  ·  view source on GitHub ↗
(value: string)

Source from the content-addressed store, hash-verified

78}
79
80function createInlineCode(value: string): PhrasingContent {
81 return { type: "inlineCode", value };
82}
83
84function createParagraph(text: string): Paragraph {
85 return {

Callers 5

createTextNodesFunction · 0.85
buildOptionEntriesFunction · 0.85
buildArgumentListItemsFunction · 0.85
buildCommandSectionFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected