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

Function str

src/vimscript/expression/build.ts:64–69  ·  view source on GitHub ↗
(value: string)

Source from the content-addressed store, hash-verified

62}
63
64export function str(value: string): StringValue {
65 return {
66 type: 'string',
67 value,
68 };
69}
70
71export function list(items: Value[]): ListValue {
72 return {

Callers 11

expression.test.tsFile · 0.90
resolveMethod · 0.90
parser.tsFile · 0.90
evaluateMethod · 0.90
evaluateIndexMethod · 0.90
evaluateSliceMethod · 0.90
evaluateBinaryMethod · 0.90
evaluateFunctionCallMethod · 0.90
fromJSObjMethod · 0.90
toExprFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected