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

Function isMultiCursorTextTransformation

src/transformations/transformations.ts:237–239  ·  view source on GitHub ↗
(x: Transformation)

Source from the content-addressed store, hash-verified

235 );
236};
237export const isMultiCursorTextTransformation = (x: Transformation): boolean => {
238 return (x.type === 'insertTextVSCode' && x.isMultiCursor) ?? false;
239};
240
241const getRangeFromTextTransformation = (transformation: TextTransformations): Range | undefined => {
242 switch (transformation.type) {

Callers 1

executeTransformationsFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected