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

Method getText

src/statusBar.ts:88–90  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

86 }
87
88 public getText() {
89 return this.statusBarItem.text.replace(/\^M/g, '\n');
90 }
91
92 /**
93 * Clears any messages from the status bar, leaving the default info, such as

Callers 15

testItFunction · 0.80
p1Function · 0.80
p2Function · 0.80
assertEqualLinesFunction · 0.80
assertStatusBarEqualFunction · 0.80
insertLine.test.tsFile · 0.80
remapper.test.tsFile · 0.80
linesWithoutIndentationFunction · 0.80

Calls 1

replaceMethod · 0.45

Tested by

no test coverage detected