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

Function createList

scripts/docs/src/generate-cli-docs.ts:142–149  ·  view source on GitHub ↗
(items: ListItem[])

Source from the content-addressed store, hash-verified

140}
141
142function createList(items: ListItem[]): List {
143 return {
144 type: "list",
145 ordered: false,
146 spread: false,
147 children: items,
148 };
149}
150
151function createListItem(children: PhrasingContent[]): ListItem {
152 return {

Callers 1

buildCommandSectionFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected