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

Method create

src/engine/QuickAddEngine.test.ts:50–52  ·  view source on GitHub ↗
(path: string, content: string)

Source from the content-addressed store, hash-verified

48 }
49
50 public create(path: string, content: string) {
51 return this.createFileWithInput(path, content);
52 }
53
54 public run(): void {}
55}

Callers 12

deepCloneFallbackFunction · 0.80
createFileFunction · 0.80
fileLikeFunction · 0.80
fileLikeFunction · 0.80
mdFileFunction · 0.80
createVaultToolsFunction · 0.80
FileIndex.test.tsFile · 0.80
zettelizer.jsFile · 0.80
startFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected