MCPcopy Index your code
hub / github.com/VSCodeVim/Vim / UsingFuncrefAsAString

Method UsingFuncrefAsAString

src/error.ts:358–360  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

356 return new VimError(ErrorCode.UsingADictionaryAsANumber, 'Using a Dictionary as a Number');
357 }
358 static UsingFuncrefAsAString(): VimError {
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 }

Callers 1

toStringFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected