MCPcopy
hub / github.com/callumalpass/tasknotes / updateDefaultBasesFiles

Method updateDefaultBasesFiles

src/main.ts:852–854  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

850 }
851
852 async updateDefaultBasesFiles(): Promise<DefaultBasesFileResult> {
853 return this.ensureBasesViewFiles({ overwriteExisting: true });
854 }
855
856 async ensureBasesViewFiles(
857 options: { overwriteExisting?: boolean } = {}

Callers

nothing calls this directly

Calls 1

ensureBasesViewFilesMethod · 0.95

Tested by

no test coverage detected