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

Method constructor

src/rmarkdown/knit.ts:30–33  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

28
29export class RMarkdownKnitManager extends RMarkdownManager {
30 constructor() {
31 super();
32 knitDir = util.config().get<KnitWorkingDirectory>('rmarkdown.knit.defaults.knitWorkingDirectory') ?? undefined;
33 }
34
35
36 private async renderDocument(rDocumentPath: string, docPath: string, docName: string, yamlParams: IYamlFrontmatter, outputFormat?: string): Promise<DisposableProcess | undefined> {

Callers

nothing calls this directly

Calls 1

getMethod · 0.45

Tested by

no test coverage detected