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

Function funcrefCall

src/vimscript/expression/build.ts:224–230  ·  view source on GitHub ↗
(expression: Expression, args: Expression[])

Source from the content-addressed store, hash-verified

222}
223
224export function funcrefCall(expression: Expression, args: Expression[]): FuncrefCallExpression {
225 return {
226 type: 'funcrefCall',
227 expression,
228 args,
229 };
230}

Callers 1

evaluateFunctionCallMethod · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected