MCPcopy Create free account
hub / github.com/chhoumann/quickadd / createFile

Function createFile

src/engine/QuickAddEngine.ts:95–95  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

93 }
94
95 const createFile = () => this.app.vault.create(filePath, fileContent);
96 const shouldSuppress =
97 opts.suppressTemplaterOnCreate &&
98 filePath.toLowerCase().endsWith(".md");

Callers 1

createFileWithInputFunction · 0.70

Calls 1

createMethod · 0.80

Tested by

no test coverage detected