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

Function negative

src/vimscript/expression/build.ts:167–173  ·  view source on GitHub ↗
(operand: Expression)

Source from the content-addressed store, hash-verified

165}
166
167export function negative(operand: Expression): UnaryExpression {
168 return {
169 type: 'unary',
170 operator: '-',
171 operand,
172 };
173}
174
175export function positive(operand: Expression): UnaryExpression {
176 return {

Callers 1

expression.test.tsFile · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected