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

Method UsingListAsAString

src/error.ts:361–363  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

359 return new VimError(ErrorCode.UsingFuncrefAsAString, 'using Funcref as a String');
360 }
361 static UsingListAsAString(): VimError {
362 return new VimError(ErrorCode.UsingListAsAString, 'Using List as a String');
363 }
364 static UsingDictionaryAsAString(): VimError {
365 return new VimError(ErrorCode.UsingDictionaryAsAString, 'Using Dictionary as a String');
366 }

Callers 2

expression.test.tsFile · 0.80
toStringFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected