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

Method CannotIndexAFuncref

src/error.ts:289–291  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

287 return new VimError(ErrorCode.InvalidOperationForFuncrefs, 'Invalid operation for Funcrefs');
288 }
289 static CannotIndexAFuncref(): VimError {
290 return new VimError(ErrorCode.CannotIndexAFuncref, 'Cannot index a Funcref');
291 }
292 static UnknownFunction_funcref(): VimError {
293 return new VimError(ErrorCode.UnknownFunction_funcref, 'Unknown function');
294 }

Callers 2

evaluateIndexMethod · 0.80
evaluateSliceMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected