MCPcopy Create free account
hub / github.com/REditorSupport/vscode-R / isQuote

Function isQuote

src/lineCache.ts:41–43  ·  view source on GitHub ↗
(c: string)

Source from the content-addressed store, hash-verified

39}
40
41function isQuote(c: string) {
42 return c === '"' || c === '\'' || c === '`';
43}
44
45function isComment(c: string) {
46 return c === '#';

Callers 1

cleanLineFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected