MCPcopy
hub / github.com/VSCodeVim/Vim / stripBar

Function stripBar

test/testSimplifier.ts:321–321  ·  view source on GitHub ↗
(text: string | undefined)

Source from the content-addressed store, hash-verified

319 );
320
321 const stripBar = (text: string | undefined) => (text ? text.replace('|', '') : text);
322 const actualJumpPosition =
323 (globalState.jumpTracker.currentJump &&
324 end.lines[globalState.jumpTracker.currentJump.position.line]) ||

Callers 1

testItFunction · 0.85

Calls 1

replaceMethod · 0.45

Tested by

no test coverage detected