Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
64
export
function
str(value: string): StringValue {
65
return
{
66
type
:
'string'
,
67
value,
68
};
69
}
70
71
export
function
list(items: Value[]): ListValue {
72
return
{
Callers
11
expression.test.ts
File · 0.90
exCommandParse.test.ts
File · 0.90
resolve
Method · 0.90
parser.ts
File · 0.90
evaluate
Method · 0.90
evaluateIndex
Method · 0.90
evaluateSlice
Method · 0.90
evaluateBinary
Method · 0.90
evaluateFunctionCall
Method · 0.90
fromJSObj
Method · 0.90
toExpr
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected