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

Function dictionary

src/vimscript/expression/build.ts:79–85  ·  view source on GitHub ↗
(items: Map<string, Value>)

Source from the content-addressed store, hash-verified

77}
78
79export function dictionary(items: Map<string, Value>): DictionaryValue {
80 return {
81 type: 'dictionary',
82 items,
83 id: dictIdGen.next(),
84 };
85}
86
87export function funcref(args: {
88 name: string;

Callers 6

expression.test.tsFile · 0.90
evaluateMethod · 0.90
copyMethod · 0.90
evaluateFunctionCallMethod · 0.90
fromJSObjMethod · 0.90

Calls 1

nextMethod · 0.80

Tested by

no test coverage detected