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

Method UsingDictionaryAsAString

src/error.ts:364–366  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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 }
367 static WrongVariableType(operation: string): VimError {
368 return new VimError(ErrorCode.WrongVariableType, `Wrong variable type for ${operation}`);
369 }

Callers 1

toStringFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected