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

Method CannotUseSliceWithADictionary

src/error.ts:340–345  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

338 );
339 }
340 static CannotUseSliceWithADictionary(): VimError {
341 return new VimError(
342 ErrorCode.CannotUseSliceWithADictionary,
343 'Cannot use [:] with a Dictionary',
344 );
345 }
346 static DuplicateKeyInDictionary(key: string): VimError {
347 return new VimError(ErrorCode.DuplicateKeyInDictionary, `Duplicate key in Dictionary: ${key}`);
348 }

Callers 1

evaluateSliceMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected