Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
45
function
getChunkEval(chunkOptions: string) {
46
return
(!chunkOptions.match(/eval\s*=\s*(F|FALSE)/g));
47
}
48
49
// This is for #| style chunk options
50
function
isOptionComment(text: string) {
Callers
1
getChunks
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected