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

Function createParagraph

scripts/docs/src/generate-cli-docs.ts:84–89  ·  view source on GitHub ↗
(text: string)

Source from the content-addressed store, hash-verified

82}
83
84function createParagraph(text: string): Paragraph {
85 return {
86 type: "paragraph",
87 children: createTextNodes(text),
88 };
89}
90
91function createTextNodes(text: string): PhrasingContent[] {
92 if (!text) {

Callers 3

buildOptionEntriesFunction · 0.85
buildCommandSectionFunction · 0.85
buildIndexDocFunction · 0.85

Calls 1

createTextNodesFunction · 0.85

Tested by

no test coverage detected