MCPcopy
hub / github.com/obsidianmd/obsidian-help / DAFile

Interface DAFile

scripts/remap-da-permalinks.ts:108–112  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

106
107// ─── Collect DA files with non-EN permalinks ──────────────────────────────
108interface DAFile {
109 full: string;
110 basename: string;
111 parsed: matter.GrayMatterFile<string>;
112}
113
114function walkDa(dir: string, results: DAFile[] = []): DAFile[] {
115 for (const e of fs.readdirSync(dir, { withFileTypes: true })) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected