MCPcopy Index your code
hub / github.com/yargs/yargs / getText

Function getText

lib/usage.ts:834–836  ·  view source on GitHub ↗
(text: string | IndentedText)

Source from the content-addressed store, hash-verified

832}
833
834function getText(text: string | IndentedText): string {
835 return isIndentedText(text) ? text.text : text;
836}

Callers 3

isLongSwitchFunction · 0.85
usageFunction · 0.85
maxWidthFunction · 0.85

Calls 1

isIndentedTextFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…