MCPcopy Index your code
hub / github.com/REditorSupport/vscode-R / isQuote

Function isQuote

src/selection.ts:112–114  ·  view source on GitHub ↗
(c: string)

Source from the content-addressed store, hash-verified

110}
111
112function isQuote(c: string) {
113 return c === '"' || c === '\'' || c === '`';
114}
115
116/**
117 * From a given position, return the 'next' character, its position in the document,

Callers 1

extendSelectionFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected