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

Function getChunkEval

src/rmarkdown/chunks.ts:45–47  ·  view source on GitHub ↗
(chunkOptions: string)

Source from the content-addressed store, hash-verified

43}
44
45function getChunkEval(chunkOptions: string) {
46 return (!chunkOptions.match(/eval\s*=\s*(F|FALSE)/g));
47}
48
49// This is for #| style chunk options
50function isOptionComment(text: string) {

Callers 1

getChunksFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected