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

Method UsingFloatAsAString

src/error.ts:397–399  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

395 return new VimError(ErrorCode.UsingAFloatAsANumber, 'Using a Float as a Number');
396 }
397 static UsingFloatAsAString(): VimError {
398 return new VimError(ErrorCode.UsingFloatAsAString, 'Using Float as a String');
399 }
400 static NumberOrFloatRequired(): VimError {
401 return new VimError(ErrorCode.NumberOrFloatRequired, 'Number or Float required');
402 }

Callers 2

expression.test.tsFile · 0.80
toStringFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected