Code
Hub
Trending
Following
Digest
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
834
function
getText(text: string | IndentedText): string {
835
return
isIndentedText(text) ? text.text : text;
836
}
Callers
3
isLongSwitch
Function · 0.85
usage
Function · 0.85
maxWidth
Function · 0.85
Calls
1
isIndentedText
Function · 0.85
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…