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

Function makeApp

src/engine/applyTemplateToActiveNote.test.ts:221–226  ·  view source on GitHub ↗
(noteContent: string, activeFile: TFile | null)

Source from the content-addressed store, hash-verified

219 }
220
221 function makeApp(noteContent: string, activeFile: TFile | null): App {
222 return {
223 workspace: { getActiveFile: () => activeFile },
224 vault: { cachedRead: async () => noteContent },
225 } as unknown as App;
226 }
227
228 function makeExecutor(): IChoiceExecutor {
229 return {

Calls

no outgoing calls

Tested by

no test coverage detected