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

Interface DataAdapter

src/types.ts:16–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14 ) => Promise<TFile>;
15 }
16 interface DataAdapter {
17 basePath: string;
18 fs: {
19 uri: string;
20 };
21 }
22}
23
24export {};

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected