Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
80
function
createInlineCode(value: string): PhrasingContent {
81
return
{
type
:
"inlineCode"
, value };
82
}
83
84
function
createParagraph(text: string): Paragraph {
85
return
{
Callers
5
createTextNodes
Function · 0.85
createBracketAwareTextNodes
Function · 0.85
buildOptionEntries
Function · 0.85
buildArgumentListItems
Function · 0.85
buildCommandSection
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected