MCPcopy
hub / github.com/apache/echarts / trim

Function trim

src/component/toolbox/feature/DataView.ts:185–187  ·  view source on GitHub ↗
(str: string)

Source from the content-addressed store, hash-verified

183
184
185function trim(str: string) {
186 return str.replace(/^\s\s*/, '').replace(/\s\s*$/, '');
187}
188/**
189 * If a block is tsv format
190 */

Callers 7

parseAxisBreakOptionFunction · 0.85
_showAxisTooltipMethod · 0.85
parseTSVContentsFunction · 0.85
parseListContentsFunction · 0.85
dataValueHelper.tsFile · 0.85
getFontFunction · 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…