MCPcopy
hub / github.com/SilentVoid13/Templater / Vault

Interface Vault

src/types.ts:6–9  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4 }
5
6 interface Vault {
7 getConfig: (key: string) => string;
8 exists: (path: string) => Promise<boolean>;
9 }
10 interface FileManager {
11 createNewMarkdownFile: (
12 folder: TFolder | undefined,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected