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

Function createListItem

scripts/docs/src/generate-cli-docs.ts:151–162  ·  view source on GitHub ↗
(children: PhrasingContent[])

Source from the content-addressed store, hash-verified

149}
150
151function createListItem(children: PhrasingContent[]): ListItem {
152 return {
153 type: "listItem",
154 spread: false,
155 children: [
156 {
157 type: "paragraph",
158 children,
159 },
160 ],
161 };
162}
163
164function formatArgumentLabel(arg: Argument): string {
165 const name = arg.name();

Callers 2

buildArgumentListItemsFunction · 0.85
buildCommandSectionFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…